setup (cheetah3-3.1.0) | : | setup (cheetah3-3.2.0) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
umask 022 # -rwxr-xr-x | umask 022 # -rwxr-xr-x | |||
cd "`dirname \"$0\"`"/cheetah3 && | cd "`dirname \"$0\"`"/cheetah3 && | |||
for py_ver in 2.7 3.3 3.4 3.5 3.6; do | for py_ver in 2.7 3.4 3.5 3.6 3.7; do | |||
python$py_ver -m pip install --install-option=-O2 --upgrade . | python$py_ver -m pip install --install-option=-O2 --upgrade . | |||
done && | done && | |||
exec rm -rf build dist Cheetah3.egg-info MANIFEST *.egg | exec rm -rf build dist Cheetah3.egg-info MANIFEST *.egg | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |