mirror of
https://github.com/python/cpython.git
synced 2025-10-28 20:25:04 +00:00
4 lines
91 B
Python
4 lines
91 B
Python
|
|
import sys
|
||
|
|
import os
|
||
|
|
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
|
||
|
|
sys.path.append(_maclib)
|