0

Can I choose which version of python I work on in the CMD when I start working?

I have 3 versions of python in my computer. They are 2.7, 3.5 and 3.6. But my default python that opens in cmd is 3.5.

19th Dec 2016, 5:03 PM
Shivangi Sinha
Shivangi Sinha - avatar
1 ответ
0
either you change the path you set up in the environment variables or open the command prompt from the root folder of the version of Python you want to use.
19th Dec 2016, 8:10 PM
kallzo
kallzo - avatar