Python Forum
Python 3.6 installation on Windows 10 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python 3.6 installation on Windows 10 (/thread-1506.html)



Python 3.6 installation on Windows 10 - Python72 - Jan-08-2017

I installed Python 3.6 on my desktop with Windows 10. I put a shortcut on the desktop but when I double click it nothing happens. Advice would be greatly appreciated.


RE: Python 3.6 installation on Windows 10 - Larz60+ - Jan-08-2017

What are the shortcut properties? specifically the target?


RE: Python 3.6 installation on Windows 10 - Mike Ru - Jan-09-2017

I think that you installed it wrong!


RE: Python 3.6 installation on Windows 10 - Python72 - Jan-09-2017

Target is C:\Users\ac9459427\AppData\Local\Programs\Python\Python36-32\Lib\idlelib\idle.pyw

Can't think how I could have installed it wrong since the instructions were pretty clear.


RE: Python 3.6 installation on Windows 10 - Larz60+ - Jan-09-2017

I was asking about the shortcut properties (right click on shortcut, choose properties)


RE: Python 3.6 installation on Windows 10 - snippsat - Jan-09-2017

Quote:Target is C:\Users\ac9459427\AppData\Local\Programs\Python\Python36-32\Lib\idlelib\idle.pyw
The default path is correct,but is really bad so you should change it.
Follow this.
So make better location eg C:\Python36.
Make sure that that Add Python 3.6 to Path and pip is marked on.
Restart.
It will be menu here.


RE: Python 3.6 installation on Windows 10 - sparkz_alot - Jan-09-2017

Did you install the 64 or 32 bit Python? Is your Windows 10 54 or 32 bit?


RE: Python 3.6 installation on Windows 10 - Python72 - Jan-11-2017

I uninstalled and reinstalled and it now works. Did it the same way each time so no clue why it didn't work the first time. Now to do some tutorials! Thanks to all who responded.