-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Integration fails - Can't find "C:\Programs"? #727
Comments
It's because shells like cmd and powershell don't handle the space in "Program Files" well. I've created an issue for you. |
Use the DOS-Path for aliases. Navigate to C: and type the command
|
If
|
Reply to MartiUK\ I dont have a good answer for that, it just seemed like the way to go at the time? I am beginning to think that having it in the Docs directory would be much simpler Reply to Warlord/JanSchulz I will have to try both of those! Thank you :) |
Commits have landed to fix this but also we've had weird issues with the "program files" area before, In general don't but your own files in there, windows treats it a bit special with the permissions and odd things can not work. Just leave it for installers to use. |
I followed the steps to integrate sublime with cmder (which I love!) , here is the cmd output:
c:\Program Files (x86)\cmder\vendor\Sublime Text 3
λ sublm .\foo.text
The system cannot find the path specified.
c:\Program Files (x86)\cmder\vendor\Sublime Text 3
λ %CMDER_ROOT%
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Does this mean that the environment variable for CMDER_ROOT is not being read correctly? and is it possible to add CMDER_ROOT with the correct/full path in the variable section in settings?
The text was updated successfully, but these errors were encountered: