hey guys.
So every time I type $python app.py
This error shows up. I’m not able to rectify this error. Can someone please help
The $ sign appeared by default or you added it ?
I added it cause he asked us to type $python app.py
I think that the dollar sign is for initializing commands, try without putting it first, or maybe try python3 instead of python
1 Like
python app.py
that’s the command that tells the computer to user Python to run the app.py file. Don’t write the $ sign.
1 Like
Do this to be sure everything is correctly installed:
- Open a terminal (click on window key and type CMD then hit enter)
- Type: ‘python’ without the ‘’
- Share a screenshot of the result
1 Like
Thanks for your patience.
Thank you for the help man !
1 Like
Your code is working!! which means that python is correctly installed.
So… keep coding and enjoy the journey!
Welcome, it’s a pleasure!