Mercurial > repos > bcclaywell > argo_navis
diff venv/bin/pip2 @ 0:d67268158946 draft
planemo upload commit a3f181f5f126803c654b3a66dd4e83a48f7e203b
author | bcclaywell |
---|---|
date | Mon, 12 Oct 2015 17:43:33 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/venv/bin/pip2 Mon Oct 12 17:43:33 2015 -0400 @@ -0,0 +1,11 @@ +#!/Users/bclaywel/workspace/argo-navis/venv/bin/python2.7 + +# -*- coding: utf-8 -*- +import re +import sys + +from pip import main + +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main())