Create /data/pythonpath in release script

old-commit-hash: 4f05efb6bc
commatwo_master
Willem Melching 6 years ago
parent d193813036
commit e423493a9f
  1. 1
      release/build_release2.sh

@ -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

Loading…
Cancel
Save