Closed tysonclugg closed 1 month ago
Which paths are you thinking we'd patch? I don't think the tools in the build prefix are usually available during runtime.
Which paths are you thinking we'd patch? I don't think the tools in the build prefix are usually available during runtime.
It really depends on the documented use case for each build path. Re-reading that part of the docs, I've realised that the fundamentals of what new path values would be patched in is the more pressing part of the equation, not the mechanics of how the patching might occur.
My suggestions don't help on the pressing matters, I'm closing this issue. Thanks for the response though. :-)
As per the Behaviour Quirks documentation:
My suggestion: Look at what
conda build
does, and figure out which of theconda build
strategies are applicable here.As per https://docs.conda.io/projects/conda-build/en/stable/resources/make-relocatable.html:
Adopting something akin to the above, we could pad out the build path, then dynamically replace the build prefix at runtime (instead of during installation). Thoughts?