Great question! You can run your Python script using PySpark with the following command in your terminal:
pyspark --py-files script.py
If your script requires arguments, you can use 'spark-submit' instead:
spark-submit script.py arg1 arg2
Remember to replace 'script.py', 'arg1', 'arg2', etc...