Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-002
/
slot-013
/
refs/heads/main
/
.
/
sourceme
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