mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 03:23:48 -05: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 "$PYENV_ROOT"
|