Change to using modules
This commit is contained in:
@@ -12,10 +12,6 @@ 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