pyenv setup
This commit is contained in:
parent
ebd15d99ed
commit
c6ecf1dc05
5
zshrc
5
zshrc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user