jaimergp

Results 1520 comments of jaimergp

I wonder if the section names should be ecosystems instead of explicit tools; e.g. `pypi` instead of `pip`. Then users can configure which tool they want for each ecosystem. But...

This is a good idea! I thought we had moved some stuff to D: already. The key point is to have _everything_ in the same drive, so conda can hard...

I see a ~200ms slowdown, which is expected given that deactivate will require a few scripts to run. With this PR: ``` ❯ time python -m conda run echo hello...

You need to define a channel in your .condarc.

Looks like a lonely `)` was left in the batch activation scripts, @agriyakhetarpal

Still seeing some errors about orphan `)` characters in the logs :/

I think most of the concerns about `pip install conda` affecting a `conda` installation via its side-effects in `~/.local/lib` can be resolved by some `sys.path` patching in `$CONDA_ROOT/bin/conda`. Some code...

I rebased so we can get a functional CI again, but looks like there are some failing tests concerning this PR, @cbouss: ``` FAILED tests/test_post.py::test_file_hash - conda_build.exceptions.OverLinkingError: FAILED tests/test_post.py::test_rpath_symlink -...

> Don't consider this question blocking at all for this workaround, but would there be any reason upstream lief wouldn't want to add an entry for TLSDESC_PLT to that enum?...