Add pyenv to FreeBSD.
This commit is contained in:
3
ansible/roles/pyenv/files/zshrc_pyenv
Normal file
3
ansible/roles/pyenv/files/zshrc_pyenv
Normal file
@@ -0,0 +1,3 @@
|
||||
export PYENV_ROOT=$(pyenv root)
|
||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
Reference in New Issue
Block a user