search for: python3_executable

Displaying 1 result from an estimated 1 matches for "python3_executable".

Did you mean: dpython_executable
2020 Oct 13
2
[RFC] Python 2 / Python 3 status, final step(s)
...ch bugs reported wrt. Python compatibility for the LLVM toolchain. Indeed, all Python scripts should now be at least compatible with both python2 (py2) and python3 (py3), some of them already are already py3 only. The build system still depends on Python in a few place, but it explicitly mentions Python3_EXECUTABLE, and the main dependency (llvm-build) is currently being removed in D89142. The shebangs have already been harmonized in D83857: some mention /usr/bin/env python, some mention /usr/bin/env python3, and none mention python2 anymore. It would be great to have all script use the same shebang, PEP394...