From 71f50c2157b7b86427698711eefecab2f31c6e22 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 3 Jan 2024 06:54:45 +0100 Subject: [PATCH] Fixes for pyenv --- zsh.d/90-plugins.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh.d/90-plugins.zsh b/zsh.d/90-plugins.zsh index 2684dab..a1c979e 100644 --- a/zsh.d/90-plugins.zsh +++ b/zsh.d/90-plugins.zsh @@ -1,8 +1,9 @@ # pyenv if whence pyenv > /dev/null; then export PYENV_ROOT="$HOME/.pyenv" - eval "$(pyenv init --path)" + # eval "$(pyenv init --path)" eval "$(pyenv init -)" + eval "$(pyenv virtualenv-init -)" fi # thefuck