0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Mac/OSX/sample_sitecustomize.py

4 lines
91 B
Python
Raw Normal View History

import sys
import os
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
sys.path.append(_maclib)