Q: Do we have anything functionally equivalent in Python to the Ruby version manager \'rvm\'?
(RVM lets you easily switch co
Following up on hytdsh's answer (nearly two years later)...
pythonz a fork of pythonbrew that adds support for Stackless, PyPy, and Jython.
If you like how rvm handles different interpreters, it may worth taking a look at pythonz. If you're strictly working with CPython, the difference is less significant.