|
|
|
|
|
by _3sno
2028 days ago
|
|
My understanding is mamba, like conda, just call pip. So it likely wouldn't make a difference. The pip section in a env file is just a list of arguments passed through to the pip install command. Prior to pip 20.3 we had to add `--use-feature=2020-resolver` to get an install that resolved for our teams that used mamba. |
|
You can install a pip package inside a conda environment. But when running `mamba install` or `conda install`, pip is not involved at all.