|
|
|
|
|
by _3sno
2028 days ago
|
|
You're wrong, it does. Conda installs conda packages and conda uses pip to install pip packages. However a pip package can be converted to a conda package, and then in that case the dependency will be installed by conda and not pip. |
|
You can install a pip package in a conda env. But this is actually not recommended.
When using `mamba install` or `conda install`, pip is not involved at all.