From 142759ff5993ac80d56fc9455285a38cc42560fe Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 10 Mar 2024 16:42:21 -0700 Subject: [PATCH] Require python3.11 --- init_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_env.sh b/init_env.sh index 5cda461..0bac1ed 100644 --- a/init_env.sh +++ b/init_env.sh @@ -9,7 +9,7 @@ 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 +python3.11 -m venv .user_venv . .user_venv/bin/activate if [ -n "$EFX_SETUP" ]; then