Is there a python equivalent of Ruby's 'rvm'?

后端 未结 6 946
感动是毒
感动是毒 2020-11-30 16:47

Q: Do we have anything functionally equivalent in Python to the Ruby version manager \'rvm\'?


(RVM lets you easily switch co

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 17:47

    I created pyenv which is a fork of Ruby's rbenv and modified for Python. Like pythonz, pyenv also supports Stackless, PyPy, and Jython.

提交回复
热议问题