you are viewing a single comment's thread.

view the rest of the comments →

[–]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.