Skip to content

Instantly share code, notes, and snippets.

@x746e
Created January 15, 2013 18:13
Show Gist options
  • Save x746e/4540630 to your computer and use it in GitHub Desktop.
Save x746e/4540630 to your computer and use it in GitHub Desktop.
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