0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Mac/OSX/sample_sitecustomize.py

7 lines
180 B
Python
Raw Normal View History

import sys
import os
_maclib = os.path.join(sys.prefix, 'Mac', 'Lib')
_scriptlib = os.path.join(_maclib, 'lib-scriptpackages')
sys.path.append(_maclib)
sys.path.append(_scriptlib)