1
I am using virtualenv to install some packages of my projects so that they do not conflict, but I need to use a version of python that is not installed on the system, as I use linux the same already comes with 2.7 and 3.5 installed, but I need to use 3.4.0, but did not want to install a new version of python on the system, as I could create a virtualenv with a specific python version ?
I’m not able to install pyenv, would be able to install it by Pip ?
– user53006
@Arcashaid gives a look at https://github.com/yyuu/pyenv-installer there are instructions on how to install
– drgarcia1986