mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
interpreters/python: Enable using pip to install Python packages
This commit enables using `pip` as a pre-compiled (pyc) built-in distributed along with cpython. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
This commit is contained in:
parent
2fce07fe1c
commit
8ba84edb0a
11 changed files with 313 additions and 12 deletions
|
|
@ -198,5 +198,7 @@ int main(int argc, FAR char *argv[])
|
|||
|
||||
setenv("PYTHON_BASIC_REPL", "1", 1);
|
||||
|
||||
setenv("PYTHONPATH", CONFIG_INTERPRETERS_CPYTHON_PYTHONPATH, 1);
|
||||
|
||||
return py_bytesmain(argc, argv);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue