Created
March 29, 2014 10:25
-
-
Save tora16e/9852010 to your computer and use it in GitHub Desktop.
add module path to site.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/site.py b/site.py | |
| index 68beb56..15ca916 100644 | |
| --- a/site.py | |
| +++ b/site.py | |
| @@ -695,6 +695,7 @@ def main(): | |
| # this module is run as a script, because this code is executed twice. | |
| if hasattr(sys, "setdefaultencoding"): | |
| del sys.setdefaultencoding | |
| + sys.path.append('/Library/Python/2.7/site-packages') | |
| main() | |
| diff --git a/site.pyc b/site.pyc | |
| index d2dfb20..aaff4b9 100644 | |
| Binary files a/site.pyc and b/site.pyc differ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment