pyenv setup

This commit is contained in:
giomba 2023-11-16 15:00:00 +01:00
parent ebd15d99ed
commit c6ecf1dc05
1 changed files with 5 additions and 0 deletions

5
zshrc
View File

@ -3866,6 +3866,11 @@ kdesrc-run ()
source "$HOME/kde/build/$1/prefix.sh" && "$HOME/kde/usr/bin/$@"
}
# Install PYENV -- to quickly switch between different Python environments
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
## END OF FILE #################################################################
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
# Local variables: