Using Python virtual environment in Cube IDE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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?
Labels:
- Labels:
-
STM32CubeIDE
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
