mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-13 00:56:15 -04:00
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display rbenv directory where versions and shims are kept
|
|
echo $RBENV_ROOT
|