more ubuntu setup

old-commit-hash: 6a0cbf45d4fecae16c071b01fa7f726deca7c88c
This commit is contained in:
Comma User
2020-02-28 19:36:29 -08:00
parent a25757807f
commit 0dd285c7fa
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45c249a63ea53ef9ed9754aa8c1cec5f23fa1c5a65be507e0b48f29efad0b40d
size 37
+3 -1
View File
@@ -51,7 +51,9 @@ pip install pipenv==2018.11.26
cd ../
pipenv install --system --deploy
# TODO: add openpilot to PYTHONPATH
# TODO: add openpilot to PYTHONPATH and external to PATH
# export PYTHONPATH="$HOME/openpilot"
# export PATH="$PATH:$HOME/openpilot/external/capnp/bin"
# TODO: run external/capnp/build.sh ... needed?