git clone $ git clone https://github.com/pyenv/pyenv.git ~/.pyenv >>> Cloning into '/home/naranja/.pyenv'... ... set up the environment. vi ~/.profile #Add below export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init --path)" vi ~/.bashrc #Add below export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" #If installed the virtu..