After installing Phyton3.6 , Terminal won't see it. Why? [duplicate]
After installing Phyton 3.6 , I can't get Terminal to find it . I am trying to learn Phyton and very new at this. Please help with details instructions. Thanks
This is what I get:
Last login: Fri Dec 22 08:24:04 on console
Carmens-MacBook-Pro:~ Clp$ phyton
-bash: phyton: command not found
Carmens-MacBook-Pro:~ Clp$ phyton3 --version
-bash: phyton3: command not found
Carmens-MacBook-Pro:~ Clp$
Solution 1:
The software is called python
not phyton. For Python 3, run python3
.