# Note: Defines as a precious variable "PYTHON_VERSION". Don't # override it in your configure.ac. # This macro checks for Python and tries to get the include path to # 'Python.h'. It provides the ...
Some Python code like this: $ PYTHON_VERSION=3 swift run [*] Python 3.5 $ PYTHON_VERSION=2.7 swift run [*] Python 2.7 $ PYTHON_LIBRARY=libpython3.5.so swift run ...