You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/cmake/mbed_python_interpreter.cmake
+33-5Lines changed: 33 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
# CMake script to find the Python interpreter and either install or find
5
5
# Mbed's dependencies.
6
6
7
+
include(CheckPythonPackage)
8
+
7
9
option(MBED_CREATE_PYTHON_VENV "If true, Mbed OS will create its own virtual environment (venv) and install its Python packages there. This removes the need to manually install Python packages."TRUE)
0 commit comments