pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Relative channels should be relative to pixi.toml

Open wolfv opened this issue 1 year ago • 2 comments

Checks

  • [X] I have checked that this issue has not already been reported.

  • [X] I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

channels = ["../output"]

Issue description

When using a relative channel (e.g. ../output) resolving from a different folder than the pixi root folder stops working.

Expected behavior

We should compute the absolute path as something like $PIXI_ROOT.join(channel_dir).

wolfv avatar Apr 10 '24 18:04 wolfv

Started to work on this in https://github.com/mamba-org/rattler/pull/602

wolfv avatar Apr 16 '24 04:04 wolfv

Not fixed yet, unfortunately.

wolfv avatar Apr 19 '24 13:04 wolfv