Enable stale .pyc cleanup in upgrade.sh

This commit is contained in:
Jeremy Stretch 2017-05-01 16:53:51 -04:00
parent de58d0ecca
commit 16c582ec7a

View File

@ -18,7 +18,7 @@ fi
# Delete stale bytecode
COMMAND="${PREFIX}find . -name \"*.pyc\" -delete"
echo "Cleaning up stale Python bytecode ($COMMAND)..."
#eval $COMMAND
eval $COMMAND
# Fall back to pip3 if pip is missing
PIP="pip"