Q: Do we have anything functionally equivalent in Python to the Ruby version manager \'rvm\'?
(RVM lets you easily switch co
I created pyenv which is a fork of Ruby's rbenv and modified for Python. Like pythonz, pyenv also supports Stackless, PyPy, and Jython.