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