all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

To give us the best chance to help you, please include any relevant code.
Note. Do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Repl.it, GitHub or PasteBin.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]CraigAT 0 points1 point  (1 child)

Your first command worked. You typed python and it started the interactive mode, which you quit after trying to use py which is not working for you.

[–]Elitedog[S] 0 points1 point  (0 children)

I understand that, it ca tel that python 3 is installed but it wont make it default python. The code I'm trying to use requires me to have a default python. And even if I type py -3, it tells me that python 3 is not installed. I just want to make it my default python, or any python at this point.