Searched defs:PYTHONPATH (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/webservice/samples/python/
H A DMakefile17 PYTHONPATH=../lib python ../../../glue/python/sample/vboxshell.py -w macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/
H A Dtoolsetup.bat249 set PYTHONPATH=%BASE_TOOLS_PATH%\Source\Python variable
282 set PYTHONPATH=%BASE_TOOLS_PATH%\Source\Python variable
283 set PATH=%PYTHONPATH%\build;%PYTHONPATH%\GenFds;%PYTHONPATH%\Trim;%PATH%
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c66 #ifndef PYTHONPATH
67 //#define PYTHONPATH PREFIX LIBPYTHON sDELIM \
69 #define PYTHONPATH LIBPYTHON // sDELIM macro
454 preprocessor variable PYTHONPATH is used to construct a path. Each
455 relative path on PYTHONPATH is prefixed with prefix. Then the directory
457 variable $PYTHONPATH is inserted in front of it all. Finally, the
477 char *pythonpath = PYTHONPATH;
478 char *rtpypath = Py_GETENV("PYTHONPATH");
668 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n");
669 fprintf(stderr, "Using default static PYTHONPATH
[all...]

Completed in 38 milliseconds