Philipp Schrader | 119c382 | 2023-03-07 19:49:58 -0800 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | set -o errexit | ||||
4 | set -o nounset | ||||
5 | set -o pipefail | ||||
6 | |||||
7 | export PATH="/opt/frc971/julia_runtime/bin:${PATH}" | ||||
8 | export JULIA_DEPOT_PATH=/var/frc971/scouting/julia_depot/ | ||||
9 | export JULIA_PROJECT=/opt/frc971/julia_manifest | ||||
10 | |||||
11 | julia /opt/frc971/julia_manifest/activate.jl /opt/frc971/julia_manifest |