tobiko/tools/ci/python_prefix

7 lines
81 B
Python
Executable File

#!/usr/bin/env python
import os
import sys
print(os.path.realpath(sys.prefix))