Change to using modules
This commit is contained in:
@@ -6,16 +6,12 @@
|
||||
export REPO_TOP=$(git rev-parse --show-toplevel)
|
||||
export KICAD7_SYMBOL_DIR=$REPO_TOP/hw/kicad_library/symbols
|
||||
export KICAD7_3DMODEL_DIR=$REPO_TOP/hw/kicad_library/3dmodels
|
||||
export KICAD7_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
|
||||
export KICAD7_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
|
||||
|
||||
|
||||
python3.11 -m venv .user_venv
|
||||
. .user_venv/bin/activate
|
||||
|
||||
if [ -n "$EFX_SETUP" ]; then
|
||||
source $EFX_SETUP
|
||||
else
|
||||
echo "EFX_SETUP not defined!"
|
||||
fi
|
||||
module load efinity/2023.1
|
||||
|
||||
# pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user