Files
linux-workspace/rc.local/pyenv.sh
2022-10-01 16:27:50 +02:00

7 lines
120 B
Bash

# Initializae pyenv
if can_run pyenv; then
export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv}
eval "$(pyenv init -)"
fi