mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 13:53:53 -05:00
RBENV_DIR sets the directory from which .rbenv-version files are scanned
This commit is contained in:
@@ -27,6 +27,11 @@ else
|
||||
fi
|
||||
export RBENV_ROOT
|
||||
|
||||
if [ -z "${RBENV_DIR}" ]; then
|
||||
RBENV_DIR="$(pwd)"
|
||||
fi
|
||||
export RBENV_DIR
|
||||
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
|
||||
Reference in New Issue
Block a user