Skip to content

Instantly share code, notes, and snippets.

@hanxue
Last active December 28, 2015 16:38
Show Gist options
  • Save hanxue/7529824 to your computer and use it in GitHub Desktop.
Save hanxue/7529824 to your computer and use it in GitHub Desktop.
--- lib/__init__.py 2013-11-05 07:02:27.000000000 +0800
+++ lib/__init__.py 2013-11-18 23:03:40.000000000 +0800
@@ -7,3 +7,5 @@
Check us out on GitHub at http://www.github.com/AppScale/appscale-tools
"""
+import site;
+site.addsitedir('#{python.private_site_packages}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment