Commit Graph

1 Commits (b667409d6d63d895ef8981d8d28e1c23b3ea0cdd)

Author SHA1 Message Date
Brian Coca 9142be2f6c
Allow specifying specific python via shebang (#76677)
modules with python were always normalized to /usr/bin/python,
  while other interpreters could have specific versions.

* now shebang is always constructed by get_shebang and args are preserved
* only update shebang if interpreter changed
* updated test expectation
* added python shebang test
3 years ago