setup_python(context)
Creates a copy of the Python executable (and, under Windows, DLLs) in the environment. On a POSIX system, if a specific executable python3.x
was used, symlinks to python
and python3
will be created pointing to that executable, unless files with those names already exist.
Please login to continue.