I am installing python on my MacBook Air, when I run python
on the terminal then I am getting
command not found
I have tried the below steps to install the python
- Downloaded python 3.10.5 from the official website
- I open the file which downloaded and Clicked on Continue
- then I got below the screen and clicked on Continue
- Again I clicked on Continue and it's asking for terms and conditions. I clicked on Agree
- After clicking on Agree then I clicked on customize button and I got below the screen and then I clicked on install
- It's started processing the file
- After that, I got a successful message
- it's opening the folder automatically
CodePudding user response:
You have to run the command python3
, not python.