#!/bin/bash
# Summary: Display the root directory where versions and shims are kept
echo "$PYENV_ROOT"
