pyenv/libexec/rbenv-root

4 lines
111 B
Text
Raw Normal View History

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