This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Include /usr/local/etc hooks
pull/360/head^2
Joshua Peek
15 years ago
parent
7d9989ff58
commit
a238099e38
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/rbenv
+ 1
- 1
libexec/rbenv
View File
@ -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}"
Write
Preview
Loading…
Cancel
Save