We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8440a2 + b8e3aa5 commit 102025cCopy full SHA for 102025c
scripts/bundled_installer
@@ -8,7 +8,7 @@
8
# - the latest (or close to it) Python
9
# - the latest version of the EBCLI
10
export PYTHON_VERSION="3.7.2"
11
-export PYENV_ROOT="$HOME/.pyenv"
+export PYENV_ROOT=${PYENV_ROOT:-"$HOME/.pyenv"}
12
export PYENV_BIN="$PYENV_ROOT/versions/$PYTHON_VERSION/bin"
13
BASH_PROFILE="$HOME/.bash_profile"
14
ZSHENV="$HOME/.zshrc"
0 commit comments