DEV Community

Discussion on: How to open sublime text from the windows command line

Collapse
 
milindsoorya profile image
milindsoorya

Hi,
I think you might have to add python to the windows path variable. You can verify this by typing python in the cmd prompt. If it shows the version and other information then you are all good, else try this:
Add python to your path environment variable
Newer Python 3.7 will be installed at: C:\Users\YourUserNameHere\AppData\Local\Programs\Python\Python37

ref: stackoverflow.com/questions/135965...

Collapse
 
sadullah profile image
Sadullah TANRIKULU

Thanks i overcame it, your answer is beneficial.