Re-order init script to fix python import issue in synthesis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user