Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/usr/bin/python
  2. # EASY-INSTALL-ENTRY-SCRIPT: 'virtualenv==1.6.1','console_scripts','virtualenv'
  3. __requires__ = 'virtualenv==1.6.1'
  4. import sys
  5. from pkg_resources import load_entry_point
  6.  
  7. sys.exit(
  8. load_entry_point('virtualenv==1.6.1', 'console_scripts', 'virtualenv')()
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement