2025-03-29 6:16 PM
I am developing an SBSFU based project for the B-U585I-IOT02A discovery board. The SBSFU project contains various python scripts that are automatically run during the build process.
How can I force STM32CubeIDE to use the Python version and packages in my virtual environment?
2025-03-30 8:57 AM
To force python to use a specific venv, make sure that the python binary is the one inside the venv. Modify the PATH or do whatever else.