LSR/env/bin/easy_install-3.6

9 lines
259 B
Groff
Raw Normal View History

2020-06-04 17:24:47 +02:00
#!/home/ivan/Uczelnia/LSR/System/env/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from setuptools.command.easy_install import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())