blob: b56bf9c1d4dd6e58e60c463a22b36097e076e782 [file] [log] [blame]
#!/bin/bash
# define the location of the project
export PROJECT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# start the Python virtual environment
source ~/.venvs/analogue_design_example/bin/activate
# add the plotting paths
export PATH=$PATH:$PROJECT_ROOT/env/yaaade/yaaade/plot