Daniel Hahler
806f3f6ae2
rbenv-prefix: do not silence rbenv-which for system version
...
This suppressed any output when using RBENV_DEBUG=1 and does not really
hurt to have in the unlikely case that it should fail; you would get
two error messages now:
rbenv: ruby: command not found
rbenv: system version not found in PATH
2018-08-07 01:44:13 +02:00
Yamashita, Yuu
6030ea51e4
Add a workaround for system executables in /bin
2016-08-01 00:32:50 +00:00
Mislav Marohnić
f4fade3d26
better error message for rbenv prefix system
...
Have `rbenv prefix` handle the case where system Ruby is not installed,
i.e. `rbenv which ruby` doesn't find ruby in PATH.
Fixes #362
2013-10-03 21:42:52 +02:00
Sam Stephenson
37eca782cc
Documentation tweaks
2012-12-29 22:05:04 -06:00
Sam Stephenson
19666f2598
Wrap documentation comments at 70 columns
2012-12-29 21:50:38 -06:00
Mislav Marohnić
3436bddaea
new-style documentation for most commands
2012-12-29 23:34:53 +01:00
Sam Stephenson
7fe9231e64
Fix rbenv prefix
for system
version
...
Should be `/usr` or `/usr/local`, not `/usr/bin` or `/usr/local/bin`
2012-12-12 21:40:57 -06:00
Sam Stephenson
f1ca8906c0
Completions for global, local, prefix, shell
2011-09-13 12:38:34 -05:00
Sam Stephenson
43520db389
Fix rbenv prefix system
2011-09-13 12:37:29 -05:00
Sam Stephenson
0632325a43
Set RBENV_DEBUG=1 to see what's going on under the hood
2011-09-12 10:11:59 -05:00
Sam Stephenson
7ac964353f
RBENV_HOME -> RBENV_ROOT
2011-09-11 11:58:57 -05:00
Alexander Rinass
5130f0464a
Support install locations other than $HOME/.rbenv.
...
Define RBENV_HOME env variable in libexec/rbenv and let all script delegates use this variable to determine rbenv's install location.
2011-08-25 09:28:01 +02:00
Andreas Johansson
6938692ca2
Fix argument that cannot be sent to bash via env
...
/usr/bin/env seems to have problems with arguments to bash on some
platforms. To bypass this, use set -e instead.
2011-08-12 11:33:45 +02:00
Ryan Baumann
bd0e1a73f9
Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately
2011-08-09 16:41:35 -04:00
Sam Stephenson
e0e2d93639
Add support for RBENV_VERSION=system
2011-08-03 08:39:56 -05:00
Sam Stephenson
86362408f1
rbenv-path -> rbenv-prefix
2011-08-02 23:11:10 -05:00