Firstly this doesn't work:
C:\>python
'python' is not recognized as an internal or external command, operable program or batch file
Then I added .PY, .PYW in pathext so that
C:\echo %pathext%
.COM;,.EXE;.BAT;.CMD;.VBS;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW
Then I tried
C:\assco .py
File association not found for extension .py
C:\assco .pyw
File association not found for extension .pyw
Anyone could help? I don't know too much about cmd line so I just followed some steps online like How to execute Python scripts in Windows?
However it just didn't work..
My goal is to run Python in cmd line. Could anyone help?