mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo $RBENV_ROOT
|