From 2ba9fb1964ee00e663636115aea3a49161954e3e Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 23 Oct 2022 18:13:49 +0300 Subject: [PATCH] pyenv --- sub/zsh/other | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sub/zsh/other b/sub/zsh/other index d7144f3..2b35d0a 100644 --- a/sub/zsh/other +++ b/sub/zsh/other @@ -23,3 +23,8 @@ if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then # change suggestion color ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999' fi + + +export PYENV_ROOT="$HOME/.pyenv" +command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)"