blob: 3c21b2b30cdec86536e32f216bade3af1ce81c97 [file] [log] [blame]
Philipp Schrader119c3822023-03-07 19:49:58 -08001#!/bin/bash
2
3set -o errexit
4set -o nounset
5set -o pipefail
6
7export PATH="/opt/frc971/julia_runtime/bin:${PATH}"
8export JULIA_DEPOT_PATH=/var/frc971/scouting/julia_depot/
9export JULIA_PROJECT=/opt/frc971/julia_manifest
10
11julia /opt/frc971/julia_manifest/activate.jl /opt/frc971/julia_manifest