This commit is contained in:
Christoph J. Scherr 2024-03-07 13:30:28 +01:00 committed by PlexSheep
parent 3ed8025e04
commit 8e1ed5b9f4
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 2 additions and 6 deletions

@ -1 +1 @@
Subproject commit aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c
Subproject commit e2fc4111a132d8ded6ef155f6963b40172389577

6
.zshrc
View File

@ -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)"