mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 22:03:52 -05:00
Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately
This commit is contained in:
@@ -21,7 +21,7 @@ remove_from_path() {
|
||||
echo "${result%:}"
|
||||
}
|
||||
|
||||
RBENV_VERSION="$(rbenv-version)"
|
||||
RBENV_VERSION="$(rbenv-version-name)"
|
||||
RBENV_COMMAND="$1"
|
||||
|
||||
if [ "$RBENV_VERSION" = "system" ]; then
|
||||
|
||||
Reference in New Issue
Block a user