Wolf Vollprecht
Wolf Vollprecht
This is slightly tricky, because we are not guaranteed that the rendered recipe is available when testing (users can say that they do not want to include the recipe). We...
The python env var points to the path of the interpreter.
Yeah I am not debating that. The problem is that there is also a `${PYTHON}` env variable that would be overwritten by a `python` env variable on systems with case...
I think this needs a slightly bigger refactor to match `conda-build`'s behavior better. First of all, conda-build does indeed have a list of environment vars that are not pushed through...
This is going to be super-seded by #1088
Actually, it might also be nice to have `${{ PYTHON }}` availalbe (which depends on `${{ PREFIX }}`. Maybe we should render this part with another Jinja context ...
The reason why it's nice is that it works cross-platform regardless of the shell. Switching to `deno_task_shell` would also work, but not sure if that's a better solution.
No this is fine and is the correct issue indeed! :)
We also have a PR for it: https://github.com/prefix-dev/rattler-build/pull/894
Initial version of this is merged!