2024-05-16 pyenv install notes https://github.com/pyenv/pyenv 12345678910111213141516171819202122$ curl https://pyenv.run | bashCloning into '~/.pyenv'...WARNING: seems you still have not added 'pyenv' to the load path.# Load pyenv automatically by appending# the following to# ~/.bash_profile if it exists, otherwise ~/.profile (for login shells)# and ~/.bashrc (for interactive shells) :export PYENV_ROOT="$HOME/.pyenv"[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"eval "$(pyenv init -)"# Restart your shell for the changes to take effect.# Load pyenv-virtualenv automatically by adding# the following to ~/.bashrc:eval "$(pyenv virtualenv-init -)" Newer retro warning message