rattler icon indicating copy to clipboard operation
rattler copied to clipboard

fix: ensure install prefix is an absolute path (#1037)

Open calebzulawski opened this issue 8 months ago • 4 comments

Description

Ensure install prefix (and therefore substitution paths) are absolute to fix #1037

calebzulawski avatar Mar 24 '25 17:03 calebzulawski

There is also https://github.com/conda/rattler/pull/1155 that introduces a new Prefix type.

wolfv avatar Mar 24 '25 18:03 wolfv

There is also #1155 that introduces a new Prefix type.

Maybe it should be fixed there, then... maybe in Prefix::create?

calebzulawski avatar Mar 24 '25 19:03 calebzulawski

https://github.com/conda/rattler/pull/1155 was finally merged, could you maybe update your code?

baszalmstra avatar Apr 03 '25 12:04 baszalmstra

@calebzulawski Could you take another look at this PR?

baszalmstra avatar Oct 03 '25 12:10 baszalmstra