Skip to content

Instantly share code, notes, and snippets.

@kowey
Created April 21, 2014 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowey/11137224 to your computer and use it in GitHub Desktop.
Save kowey/11137224 to your computer and use it in GitHub Desktop.
#!/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
# EASY-INSTALL-ENTRY-SCRIPT: 'RunSnakeRun==2.0.4','gui_scripts','runsnake32'
#__requires__ = 'RunSnakeRun==2.0.4'
import sys
sys.path.append('/Users/kowey/.virtualenvs/runsnake/lib/python2.7/site-packages')
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('RunSnakeRun==2.0.4', 'gui_scripts', 'runsnake32')()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment