mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Include /usr/local/etc hooks
This commit is contained in:
parent
7d9989ff58
commit
a238099e38
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ fi
|
|||
export RBENV_ROOT
|
||||
|
||||
|
||||
export RBENV_PLUGIN_PATH="${RBENV_PLUGIN_PATH}:/etc/rbenv.d:${RBENV_ROOT}/rbenv.d"
|
||||
export RBENV_PLUGIN_PATH="${RBENV_PLUGIN_PATH}:${RBENV_ROOT}/rbenv.d:/usr/local/etc/rbenv.d:/etc/rbenv.d"
|
||||
|
||||
libexec_path="$(abs_dirname "$0")"
|
||||
export PATH="${libexec_path}:${PATH}"
|
||||
|
|
Loading…
Reference in a new issue