-
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
how to add the environment variable to the cmder? #792
Comments
Try adding double quotes |
I use this in config/user-startup.cmd (needs the changes in the development branch -> see the appveyor artifacts)
But this shouldn't be needed if msql is included in the path (-> if it is useable in a plain cmd, it should be useable in cmd, as we only add to the path). Can you give the output of In your case something more seems to be broken as |
Tnx a lot for your help, the problem is solved. |
Close? |
tnx |
This issue is resolved once you remove the auto inserted MySQL paths from the system variables path. Nodejs wasn't working for me but now is. Does anyone know how to start up using a command e.g. |
I've got the same problem, except that it's for java.exe. Java is installed in the default location: C:\Program Files\Java\jdk-10.0.2. As part of the installation, I defined the following new variable:
I then added this to the path variable, like so:
I tested it by running
But when I run
|
I was able to get JAVA_HOME working for Cmder by using the old PROGRA~1 trick to work around the issues caused by the silly space character in "Program Files". Try placing the following into your user_profile.cmd (customized for your particular jdk version): @set JAVA_HOME=C:\PROGRA~1\Java\jdk1.8.0_152 |
Just like it shows in the picture, left is the
cmder
, and right is mywindows cmd
two questions here:
mysql
path to the environment in the environment why cmder still can't find it?mysql is not a internal or external command
why's that ?The text was updated successfully, but these errors were encountered: