rattler
rattler copied to clipboard
fix: ensure install prefix is an absolute path (#1037)
Description
Ensure install prefix (and therefore substitution paths) are absolute to fix #1037
There is also https://github.com/conda/rattler/pull/1155 that introduces a new Prefix type.
There is also #1155 that introduces a new
Prefixtype.
Maybe it should be fixed there, then... maybe in Prefix::create?
https://github.com/conda/rattler/pull/1155 was finally merged, could you maybe update your code?
@calebzulawski Could you take another look at this PR?