This website requires JavaScript.
Explore
Help
Sign in
github
/
pyenv
Watch
1
Star
0
Fork
You've already forked pyenv
0
mirror of
https://github.com/pyenv/pyenv.git
synced
2024-12-23 05:31:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
53d55eb08c
pyenv
/
libexec
/
rbenv-version
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
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 09:33:45 +00:00
#!/usr/bin/env bash
set -e
Initial commit
2011-08-01 20:50:26 +00:00
Split rbenv-version into rbenv-version-name and rbenv-version-origin, update versions, prefix, and which appropriately
2011-08-09 20:41:35 +00:00
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"
Reference in a new issue
Copy permalink