1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-22 18:10:18 +00:00
dotfiles/.zsh/pyenv.zsh

3 lines
123 B
Bash

export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"