Is there a way I can have multiple shebangs?
So I can call #!/usr/bin/env python3
on Ubuntu, but MacOS doesn't seem to have an equivalent, and I would like to call #!/usr/bin/python3
instead on it.
So is it possible to do something like:
#!/usr/bin/env python3
#!/usr/bin/python3