mirror of
https://github.com/pyenv/pyenv.git
synced 2025-02-10 19:51:02 +00:00
3 lines
106 B
Bash
Executable file
3 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display rbenv directory where versions and shims are kept
|
|
echo $RBENV_ROOT
|