Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/usr/bin/python3
  2. # GENERATED BY DEBIAN
  3. import sys
  4. # Run the main entry point, similarly to how setuptools does it, but because
  5. # we didn't install the actual entry point from setup.py, don't use the # pkg_resources API.
  6. from pip import __main__
  7. if __name__ == '__main__':
  8. sys.exit(__main__._main())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement