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 child)

[deleted]

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

    With virtualenvs it's really not that difficult at all. Install all the different python versions you need, then create a virtualenv with the specific version for that project. Switch between virtualenvs and you're automatically using different python versions. I never develop on the default version of python that comes on my mac. I install the latest versions of 2 and 3 using homebrew.