On Wed, Apr 5, 2017 at 6:46 PM, Colin J. Williams <c...@ncf.ca> wrote: > Successful install reported, but: > > Microsoft Windows [Version 10.0.14393] > (c) 2016 Microsoft Corporation. All rights reserved.
You're using Windows 10. > C:\Users\CJW>cd\python > The system cannot find the path specified. > > C:\Users\CJW>cd\ What is this supposed to be doing? > C:\>path > PATH=C:\Program Files\Python35\Scripts\;C:\Program > Files\Python35\;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system > > 32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program > Files (x86)\ATI Technologi > es\ATI.ACE\Core-Static;C:\Program Files > > (x86)\AMD\ATI.ACE\Core-Static;C:\WINDOWS\system32\config\systemprofile\.dnx\bin; > C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL > Server\130\Tools\Binn\;C:\Program Files\TortoiseHg\; > C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files > (x86)\Skype\Phone\;C:\Users\CJW\AppData\Local\Progra > > ms\Python\Python35\Scripts\;C:\Users\CJW\AppData\Local\Programs\Python\Python35\;C:\Python35\Lib\site-packages\PyQt5;C:\ > > Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program > Files (x86)\ > ATI Technologies\ATI.ACE\Core-Static;C:\Program Files > (x86)\Skype\Phone\;C:\Users\CJW\AppData\Local\Programs\Git\cmd;C:\ > Users\CJW\AppData\Local\Microsoft\WindowsApps; > > C:\> > > Python35 has been deleted, but it remains in the PATH. > > I would welcome advice. The environment variable editor in Windows 10 has made editing PATH about as easy as possible. Just manually remove (select and click on "Delete") whichever paths are no longer valid. Apparently one is per-machine in "C:\Program Files\Python35", which will likely be in the system PATH, and the other is per-user in "C:\Users\CJW\AppData\Local\Programs\Python\Python35", which will likely be in the user PATH. -- https://mail.python.org/mailman/listinfo/python-list