Change shebangs in python shell scripts
The shebang in python shell scripts should be #!/usr/bin/env python3
. It's the most flexible shebang's version for python, which works in virtual environments as well.
The shebang in python shell scripts should be #!/usr/bin/env python3
. It's the most flexible shebang's version for python, which works in virtual environments as well.
added enhancement label
mentioned in commit 7219cc4b
mentioned in commit tests_api@237aaa96
mentioned in commit tests_api@d350ff76
mentioned in commit tests_api@1677d632
mentioned in merge request tests_api!176 (merged)
mentioned in merge request !375 (merged)
mentioned in commit d30f5c41
mentioned in commit 16005c96
closed
mentioned in commit tests_api@ffabc9f3
mentioned in commit a65a0f37
mentioned in commit 7adaf60d
mentioned in commit 46906b99