I am installing a package from github (git+ssh://) using uv, as pixi does not support this yet. However, whenever I run any pixi command (even just pixi shell), this package gets uninstalled.
Is this really the desired behavior? Why not just issue a warning if non pixi-managed package is found? Or at least give an option to disable this behavior?
For now I am simply switching to installing with pip, which works, but is inferior to installing with uv
I am installing a package from github (
git+ssh://) usinguv, as pixi does not support this yet. However, whenever I run anypixicommand (even justpixi shell), this package gets uninstalled.Is this really the desired behavior? Why not just issue a warning if non pixi-managed package is found? Or at least give an option to disable this behavior?
For now I am simply switching to installing with
pip, which works, but is inferior to installing withuv