Created
January 15, 2013 18:13
-
-
Save x746e/4540630 to your computer and use it in GitHub Desktop.
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
tn@tns ~/hz % USER_SITE=`python -c 'import site; print site.USER_SITE'` | |
tn@tns ~/hz % mkdir -p "$USER_SITE" | |
tn@tns ~/hz % echo 'import __builtin__; __builtin__.False = True' > "$USER_SITE/happy_debugging_motherfuckers.pth" | |
tn@tns ~/hz % python -c 'print True == False' | |
True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment