mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
4 lines
111 B
Bash
Executable file
4 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo "$RBENV_ROOT"
|