NohealthyBBQ | 9dd5929 | 2022-10-20 15:02:49 -0600 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # define the location of the project | ||||
4 | export PROJECT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" | ||||
5 | |||||
6 | # start the Python virtual environment | ||||
7 | source ~/.venvs/analogue_design_example/bin/activate | ||||
8 | |||||
9 | # add the plotting paths | ||||
10 | export PATH=$PATH:$PROJECT_ROOT/env/yaaade/yaaade/plot |