Files
ansible_localhost/roles/avanov.pyenv/templates/.pyenvrc.j2
Phil Skentelbery 1585114795 added pyenv role
2019-09-26 17:58:30 -05:00

5 lines
199 B
Django/Jinja

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