You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did a devon ide uninstall after installing beta14 on windows:
C:\projects\cool-project\workspaces\main>devon ide uninstall
Uninstalling devon-ide...
Running command: rm -rf '/c/Users/hohwille/.devon'
Succeeded to run command rm
Running command: rm -rf '/c/cygwin64/home//.devon'
Succeeded to run command rm
To uninstall the windows explorer integrations we need to apply changes to the windows registry:
/c/projects/cool-project/system/windows/devon-uninstall.reg
Simply confirm the popup with Yes or otherwise review and merge the registry file manually.
The operation completed successfully.
So sad that you did not like devon-ide. It has been uninstalled from your system.
You can now manually delete /c/projects/cool-project to remove it completely.
Goodbye and have a nice day!
It seems that for some odd reason bash can not resolve $HOME here?
I have no clue why this can happen as $HOME should always be present, but murphies law is always true...
The text was updated successfully, but these errors were encountered:
Also %USERPROFILE%\scripts\devon.bat does not get removed and remains in path leading to odd effects:
C:\projects\cool-project\workspaces\main>devon help
/usr/bin/bash: devon: No such file or directory
/usr/bin/bash: /c/Users/hohwille/.devon/devon: No such file or directory
#178: also use reg import for uninstall avoiding admin rights
#191: fixed conflict with repo and shared software
#198: power-shell improvement
#199: also remove devon.bat on uninstall
#200: update installed devon[.bat] if newer
#202: fixed version compare and added tests
#203: workaround as cp -u is not working on MacOS
I just did a
devon ide uninstall
after installing beta14 on windows:As you can see here:
and here:
https://github.com/devonfw/devon-ide/blob/c1eea27ef10e9cc21dc5a870f31d74f6e8efac88/scripts/src/main/resources/scripts/command/ide#L169
It seems that for some odd reason bash can not resolve
$HOME
here?I have no clue why this can happen as
$HOME
should always be present, but murphies law is always true...The text was updated successfully, but these errors were encountered: