How do I run a python script with python 3.7 by using this syntax: ./main.py?
By default, it runs with python 2.7 and thus I'm forced to run the script with python3 ./main.py
I am on MacOS.
How do I run a python script with python 3.7 by using this syntax: ./main.py?
By default, it runs with python 2.7 and thus I'm forced to run the script with python3 ./main.py
I am on MacOS.