pyenv/libexec/rbenv-root

4 lines
111 B
Text
Raw Normal View History

#!/usr/bin/env bash
2012-12-30 04:05:04 +00:00
# Summary: Display the root directory where versions and shims are kept
2017-06-23 22:12:09 +00:00
echo "$RBENV_ROOT"