2156 lines
550 KiB
Plaintext
2156 lines
550 KiB
Plaintext
|
|
#!/bin/sh
|
|||
|
|
if [ `basename $0` = "setuptools-39.1.0-py3.7.egg" ]
|
|||
|
|
then exec python3.7 -c "import sys, os; sys.path.insert(0, os.path.abspath('$0')); from setuptools.command.easy_install import bootstrap; sys.exit(bootstrap())" "$@"
|
|||
|
|
else
|
|||
|
|
echo $0 is not the correct name for this egg file.
|
|||
|
|
echo Please rename it back to setuptools-39.1.0-py3.7.egg and try again.
|
|||
|
|
exec false
|
|||
|
|
fi
|
|||
|
|
PK |