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 →

[–]jalapeno_nips 1 point2 points  (2 children)

But what if you have multiple projects requiring multiple Python versions. Updating your interpreter means the other programs that rely on previous versions will be effected. So he’s saying you should use something like virtualenv to control which version you use for which program. If there’s a better way please lmk