I recently began using Windows 10. Obviously, after the upgrade, my environmental PATH variable migrated to the new OS. On windows 10, I installed Python 3.4. After the install, I updated my PATH variable with:
;C:\Python34\Scripts;C:\Python34\python.exe;
However, the cmd still does not find the python commands. It would seem as if the PATH variable just plainly was not updated. Any advice on how to fix this?


python.exeon the path, just the directory containing it. If you change that second one ` C:\Python34` does it work?pipby itself what do you get?