mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-22 18:10:18 +00:00
3 lines
123 B
Bash
3 lines
123 B
Bash
export PYENV_ROOT="$HOME/.pyenv"
|
|
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
|
eval "$(pyenv init -)"
|