This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c5bc8c951
cpython
/
Mac
/
OSX
/
sample_sitecustomize.py
4 lines
91 B
Python
Raw
Blame
History
import
sys
import
os
_maclib
=
os
.
path
.
join
(
sys
.
prefix
,
'
Mac/Lib
'
)
sys
.
path
.
append
(
_maclib
)
Reference in New Issue
View Git Blame
Copy Permalink