Skip to content

Instantly share code, notes, and snippets.

@wklm
Created June 25, 2017 18:52
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 wklm/c61742b951943393bfdbb751d76ad136 to your computer and use it in GitHub Desktop.
Save wklm/c61742b951943393bfdbb751d76ad136 to your computer and use it in GitHub Desktop.
bash-4.2# head $(which pip3.6)
#!/usr/bin/python3.6
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip3.6'
__requires__ = 'pip==9.0.1'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
bash-4.2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment