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.