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
|
python3.11 -m venv .user_venv
|
||||||
. .user_venv/bin/activate
|
. .user_venv/bin/activate
|
||||||
|
|
||||||
if [ -n "$EFX_SETUP" ]; then
|
module load efinity/2023.1
|
||||||
source $EFX_SETUP
|
|
||||||
else
|
|
||||||
echo "EFX_SETUP not defined!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# pip install -r requirements.txt
|
# pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user