# Include this file into your ~/.bashrc # ------------------------------------- export PYENV_ROOT="{{ pyenv_path }}" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init - {{ pyenv_init_options}})"