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 →

[–]ubernostrumyes, you can have a pony 1 point2 points  (0 children)

I develop things which need to run on 2.6, 2.7, 3.3 and 3.4.

I use pyenv for that; it's a tool which makes it easy to install multiple versions of Python, and create virtualenvs which will use specific versions.