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

后端 未结 6 947
感动是毒
感动是毒 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:42

    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.

提交回复
热议问题