Skip to content
Snippets Groups Projects
Commit a103826e authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task LSMR-8: attempt to switch to Python 3

parent eda95b33
No related branches found
No related tags found
1 merge request!87Lsmr epic
......@@ -39,6 +39,6 @@ done
echo "Using port $PORT"
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
/usr/bin/env -u PYTHONPATH python3 LOFAR$DIR/../lib*/python*/site-packages/lofar/sas/lsmr/manage.py migrate
/usr/bin/env -u PYTHONPATH python3 $DIR/../lib*/python*/site-packages/lofar/sas/lsmr/manage.py migrate
/usr/bin/env -u PYTHONPATH python3 $DIR/../lib*/python*/site-packages/lofar/sas/lsmr/manage.py runserver 0.0.0.0:$PORT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment