Create /data/pythonpath in release script

old-commit-hash: 4f05efb6bc
This commit is contained in:
Willem Melching
2020-02-10 14:49:44 -08:00
parent d193813036
commit e423493a9f

View File

@@ -40,6 +40,7 @@ rm -rf /data/openpilot/pandaextra
popd
# Build stuff
ln -sf /data/openpilot /data/pythonpath
export PYTHONPATH="/data/openpilot:/data/openpilot/pyextra"
SCONS_CACHE=1 scons -j3
nosetests -s selfdrive/test/test_openpilot.py