Files
dotfiles/.zprofile
2024-11-11 02:30:59 +01:00

4 lines
120 B
Bash

export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"