Python Forum
How to get separate versions? - 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: How to get separate versions? (/thread-18596.html)



How to get separate versions? - noodlesnoah - May-23-2019

I was wondering how to get seperate python versions like the ones in the pictures I have python 3.6.4 downloaded.

[Image: yLMpeNM]
[Image: DsKqPRP]


RE: How to get separate versions? - woooee - May-23-2019

Most distros will do this for you. The default is Python2.x on my Slackware box, so all I had to do was to install the python3 package from Slackbuilds.org.


RE: How to get separate versions? - noodlesnoah - May-23-2019

Can you explain that to a python newbie that knows nothing about python? Think


RE: How to get separate versions? - snippsat - May-23-2019

Windows or Linux?
Can look at some of the tutorial here.
Python 3.6/3.7 and pip installation under Windows
Anaconda and other ways to run Python
pyenv Simple Python Version Management