Skip to content

Instantly share code, notes, and snippets.

@vitorbrandao
Created November 21, 2014 10:35
Show Gist options
  • Save vitorbrandao/89045f286413c621e820 to your computer and use it in GitHub Desktop.
Save vitorbrandao/89045f286413c621e820 to your computer and use it in GitHub Desktop.
/usr/lib64/python-exec/python-exec2 (broken)
#!/usr/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==1.1.3','console_scripts','sphinx-autogen'
__requires__ = 'Sphinx==1.1.3'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('Sphinx==1.1.3', 'console_scripts', 'sphinx-autogen')()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment