Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Python directory Date: Thu, 17 Mar 2016 15:02:38 -0400 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de IYS0OQzhlCTJxtl3FELs7QubyIGDX5iZZ83Iu2kzsV5A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'default.': 0.07; 'puts': 0.07; 'skip:/ 10': 0.07; 'icon': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'apps': 0.15; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'x.y': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'default,': 0.22; 'either.': 0.22; 'install,': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'least': 0.27; 'obscure': 0.29; 'folder': 0.30; 'entry': 0.31; 'running': 0.34; 'could': 0.35; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'files': 0.38; 'goes': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'skip:u 10': 0.61; 'programs': 0.62; 'received:96': 0.63; 'latest': 0.64; 'completion': 0.79; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105138 On 3/16/2016 9:01 PM, Xerma Palmares wrote: > Hello, > I have just downloaded Python latest version on to PC running windows 10. > Unfortunately, after the completion of the download the Python icon was not > showing up on the Desktop The installer does not make desktop icons. > and could not found the Python files on the Programs folder either. By default, the installer puts an 'all users' install in 'Programs Files'. A 'me only' install goes in an obscure place in /users/me/appdata (hidden directory). At least for 'all users' install, you can change the default. After installation, a Python x.y entry is put under Start Menu => All apps => P. -- Terry Jan Reedy