Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

/bin/sh: python: command not found

I just installed Python3 and Komodo. I'm trying to run a simple script but am getting the error that the py: command not found. I'm completly new to both Komodo and Python so don't know where to look. I saw a another post with the same problem but not a solution that helped. I have Python3 installed and verified from terminal command. Any help is greatly appreciated!

like image 509
Mitch Avatar asked Sep 03 '26 04:09

Mitch


1 Answers

You are trying to run your script using py which is not a valid command on your system, hence the error. Try:

python3 script.py
like image 198
sla3k Avatar answered Sep 04 '26 19:09

sla3k



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!