Run tools/stale_pyc.py before local installation
This commit is contained in:
parent
cf71e6bf6a
commit
1db6406e08
1 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ if [ -z "${PYTHON}" ]; then
|
||||||
which python2.7 >/dev/null 2>&1 && PYTHON=$(which python2.7)
|
which python2.7 >/dev/null 2>&1 && PYTHON=$(which python2.7)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
${PYTHON} "$(dirname $0)/stale_pyc.py"
|
||||||
|
|
||||||
exec "${PYTHON}" "$(dirname $0)/local_install.py" "$@"
|
exec "${PYTHON}" "$(dirname $0)/local_install.py" "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue