
This reverts commit 070e1c859fb2584c3dbe0a6fbe58cbc80938654e, reversing changes made to 3faeda67bb33e07750d1a104271369a7384ca45c.
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"
|