Re-order init script to fix python import issue in synthesis

This commit is contained in:
Byron Lathi
2024-03-10 12:55:38 -07:00
parent cb426670cd
commit 8f6d074255

View File

@@ -8,14 +8,14 @@ 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
python3 -m venv .user_venv
. .user_venv/bin/activate
if [ -n "$EFX_SETUP" ]; then
source $EFX_SETUP
else
echo "EFX_SETUP not defined!"
fi
python3 -m venv .user_venv
. .user_venv/bin/activate
# pip install -r requirements.txt