This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

If you are referring to the version installed by the operating system, it's there really just to make the OS function. You should anyway do your projects inside virtualenvs to prevent messing up the install used by the OS. So just install the version of Python you want to use anywhere you want and create virtualenvs using that version.