Switch between multiple versions of Python easily. See also:
asdf. More information: https://github.com/pyenv/pyenv.
pyenv commands
${PYENV_ROOT}/versions directory:pyenv versions
pyenv install --list
${PYENV_ROOT}/versions directory:pyenv install {{2.7.10}}
${PYENV_ROOT}/versions directory:pyenv uninstall {{2.7.10}}
pyenv global {{2.7.10}}
pyenv local {{2.7.10}}