mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
be7dcc0ad8
Prints $RBENV_ROOT (defaults to ~/.rbenv)
2 lines
37 B
Bash
Executable file
2 lines
37 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo $RBENV_ROOT
|