Is there a way to execute a python script in PowerShell without using: python myfile.py
I want to execute it without using the word python
I am trying to execute the python script located in EC2 windows via SSM and Lambda. Python is not getting recognized so is there any way to execute the file without using the word python.
Thanks in advance!