chore: Add pyenv configuration to zshrc and update dependencies in config.yaml

This commit is contained in:
2024-08-25 03:59:41 +02:00
parent 5db877355c
commit 101f0a80fa
3 changed files with 21 additions and 1 deletions

5
.zshrc
View File

@@ -98,6 +98,11 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
fi
# pyenv
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
#####################
# End of the line...#
#####################