pyenv
This commit is contained in:
parent
3ed8025e04
commit
8e1ed5b9f4
|
@ -1 +1 @@
|
||||||
Subproject commit aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c
|
Subproject commit e2fc4111a132d8ded6ef155f6963b40172389577
|
6
.zshrc
6
.zshrc
|
@ -209,8 +209,4 @@ fi
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
if pyenv activate std; then
|
eval "$(pyenv virtualenv-init - zsh)"
|
||||||
;
|
|
||||||
else
|
|
||||||
pyenv virtualenv std && pyenv activate std
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in New Issue