Q: Do we have anything functionally equivalent in Python to the Ruby version manager \'rvm\'?
(RVM lets you easily switch co
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