added pyenv role
This commit is contained in:
5
roles/avanov.pyenv/templates/.pyenvrc.j2
Normal file
5
roles/avanov.pyenv/templates/.pyenvrc.j2
Normal file
@ -0,0 +1,5 @@
|
||||
# Include this file into your ~/.bashrc
|
||||
# -------------------------------------
|
||||
export PYENV_ROOT="{{ pyenv_path }}"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init - {{ pyenv_init_options}})"
|
Reference in New Issue
Block a user