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