blob: a2f3c42799bfa78b60abd17e2e629794342f9fdd [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/amsat_txrx_ic/bin/activate