1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Add rbenv root

Prints $RBENV_ROOT (defaults to ~/.rbenv)
This commit is contained in:
Joshua Peek
2011-11-10 10:54:30 -06:00
parent 01a0ad0b69
commit be7dcc0ad8

2
libexec/rbenv-root Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo $RBENV_ROOT