pyenv
This commit is contained in:
parent
3ed8025e04
commit
8e1ed5b9f4
2 changed files with 2 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c
|
||||
Subproject commit e2fc4111a132d8ded6ef155f6963b40172389577
|
6
.zshrc
6
.zshrc
|
@ -209,8 +209,4 @@ fi
|
|||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
if pyenv activate std; then
|
||||
;
|
||||
else
|
||||
pyenv virtualenv std && pyenv activate std
|
||||
fi
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
|
|
Loading…
Add table
Reference in a new issue