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
It creates a python virtual environment inside the build tree. The environment can be accessed in CMake scripts via ${LOCAL_PYTHON_EXECUTABLE}, and within the shell via the localpython.sh scripts. All arguments to this script are passed on to python.
The script is setup to read from a pypaths (ldpaths) file and add each line to the PYTHONPATH (LD_LIBRARY_PATH and DYLD_LIBRARY_PATH) environment variable. Thus is is possible to setup the script to know about python modules (shared libraries) located within the build tree.