From 8e1ed5b9f4a9bcddc1e4d684a9c35e02ab584861 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Mar 2024 13:30:28 +0100 Subject: [PATCH] pyenv --- .config/nvim | 2 +- .zshrc | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/nvim b/.config/nvim index aefbe09..e2fc411 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c +Subproject commit e2fc4111a132d8ded6ef155f6963b40172389577 diff --git a/.zshrc b/.zshrc index 6eaae80..5aac579 100644 --- a/.zshrc +++ b/.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)"