jaimergp

Results 1225 comments of jaimergp

This falls within the scope of https://github.com/conda/constructor/pull/521 and https://github.com/conda/constructor/issues/588

I feel like this is more of a shell parsing limitation, rather than a conda limitation. What happens if you create it programmatically via the Python API?

Still an issue: https://github.com/conda/conda/blob/4a4aa7732f7bcbbcbb85ac197d32e83254cc0f32/conda/base/constants.py#L181-L182

Thanks @mbargull. Added https://github.com/conda/conda/pull/14065.

I see. Most of these issues will be CMD related I assume, so maybe they do work with Powershell and whatnot. An extremely delicate part of `conda` that does deserve...

> As such the change shouldn’t have been reverted right away given the presented above. FWIW, I think the revert PR has not been merged yet. I've taken a quick...

`--no-deps` invokes the solver to find the right candidate for your input spec. Then `--no-deps` removes (or restores to installed) the dependencies from the solution. Installing from a local file...

The canary CI should put the `conda-canary/label/dev` channel first, then followed by `defaults`. Ideally the dev label should be per-project, like `conda_dev`. This would prevent other canary projects in the...