Actual behavior
$ ide install just
No CVEs found for version 1.55.1 of tool just.
No CVEs found for version 0.11.28 of tool uv.
Successfully installed uv in version 0.11.28 replacing previous version 0.11.26 of uv at D:\projects\xxx\software\uv
Resolved 1 package in 355ms
░░░░░░░░░░░░░░░░░░░░ [0/1] Installing wheels... warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
If the cache and target directories are on different filesystems, hardlinking may not be supported.
If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
Installed 1 package in 572ms
+ rust-just==1.55.1
error: Executable already exists: just.exe (use `--force` to overwrite)
Running command 'D:\projects\_ide\software\default\uv\uv\0.11.28\uv.exe' with arguments 'tool' 'install' 'rust-just@1.55.1'
failed with exit code 2!
Logfile can be found at D:\projects\_ide\logs\2026\07\09\ai-ide-install-14-52-49.log
Running command 'D:\projects\_ide\software\default\uv\uv\0.11.28\uv.exe' with arguments 'tool' 'install' 'rust-just@1.55.1'
failed with exit code 2!
Error: IDEasy failed with exit code 2
Reproduce
- I had just already installed manually in my IDEasy project (
uv tool install just)
- I update to the latest version of IDEasy that now supports
just
- I ran
ide install just
Expected behavior
IDEasy should detect that just is already installed in the correct version.
Otherwise, if an upgrade/downgrade is performed, this should work and not lead to an error (add --force needed?).
IDEasy status
IDE_ROOT is set to D:/projects
IDE_HOME is set to D:/projects/project
Your version of IDEasy is 2026.07.001.
Your are using the latest stable version of IDEasy and no update is available.
Your operating system is windows(10.0)@x64 [Windows 11@amd64]
You are online.
Found bash executable at: C:/Program Files/Git/usr/bin/bash.***
Found git executable at: C:/Program Files/Git/mingw64/bin/git.***
Your settings are up-to-date.
Successfully completed ide (status)
Related/Dependent issues
#2026
Comments/Hints
No response
Actual behavior
Reproduce
uv tool install just)justide install justExpected behavior
IDEasy should detect that
justis already installed in the correct version.Otherwise, if an upgrade/downgrade is performed, this should work and not lead to an error (add
--forceneeded?).IDEasy status
Related/Dependent issues
#2026
Comments/Hints
No response