machine_setup/ansible/roles/pyenv/files/zshrc_pyenv

4 lines
122 B
Plaintext
Raw Normal View History

2023-03-06 20:44:33 +00:00
export PYENV_ROOT=$(pyenv root)
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"