My Windows 10 computer just installed updates and now when I go to the command prompt and type "python" the Windows store opens with a download option.
My path already includes two versions of Python for some reason:
C:\Users\Josh\AppData\roaming\Python\Python37\ C:\Users\Josh\AppData\Local\Programs\Python\Python37 Any suggestions? I can type in a python script (think.py) and it runs as expected, but python think.py does nothing.
pymaybe?