How to run a Python program on Mac
Just open Terminal and enter the path to your script:
Example:
/Users/imac/venv/bin/python /Users/imac/PycharmProjects/Sql2/Test.py
Example:
/Users/imac/venv/bin/python /Users/imac/PycharmProjects/Sql2/Test.py
It executes immediately.
Comments
Post a Comment