4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
# Summary: Display the root directory where versions and shims are kept
|
||
|
|
echo "$PYENV_ROOT"
|