Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use env to determine python3 location (#7447)
* Use env to determine python3 location In general, it is recommended to use `#!/usr/bin/env python3` as the shebang instead of the hardcoded `!#/usr/bin/python3`. See <https://stackoverflow.com/a/5709632> for more information. * Use env to determine python3 location (macOS) * List changes in Changelog * Revert to /usr/bin/python3 Using `/usr/bin/env python3` instead of `/usr/bin/python3` would require the XCode command line developer tools. This is not feasible.
- Loading branch information