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

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

    pyenv 1.2.15 can build and install Python for you

    Maybe this was not possible in earlier version, but when I tested in 1.2.15 I noticed the pyenv install option which worked:

    pyenv install 3.8.0
    

    Therefore I feel that it is reasonable to call pyenv a replacement for RVM.

    I have given a fully detailed example of its usage at: apt-get install for different python versions

提交回复
热议问题