pyenv rc initialization script
This commit is contained in:
6
rc.local/pyenv.sh
Normal file
6
rc.local/pyenv.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# Initializae pyenv
|
||||
|
||||
if can_run pyenv; then
|
||||
export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv}
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
Reference in New Issue
Block a user