Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

Doesn't show me version numbers which makes me saaaad :)

I try to install older versions of rattler build which seems to either do nothing or be insanely fast. It at least doesn't give me much feedback.

When I do `pixi global install rattler-build=0.19` and then do `pixi global install rattler-build` it also seems to update rattler-build?

I wonder if we should change the output: ``` ╰─$ ixi global install "rattler-build 0.19" ✔ Added executable 'generate-cli-docs'. ``` To something that prints `✔ Added executable generate-cli-docs`

Should we add the global manifest and the global bin dir to the output of `pixi info`?

I noticed that `pixi global expose remove foo` needs an env although there should probably be only a single `foo` anyways.

When updating or instlaling I would like to see the new version that was installed afterwards. Also I had a situation where I did: ``` pixi global install rattler-build=0.23 #...

And one last little one: I tried to figure out what version of rattler-build I had installed, but I think `pixi global list` does not let me filter right now?...

That is something I would have to analyze a bit more. This situation came up in pgadmin-desktop as well as gg which we are currently packaging. The build system already...

In general this sounds like a binary was built in a wrong way. Usually the `rpath` is injected in the dylib so that it is _relative_ to the path of...