In my conda environment, I had to resort to pip for some packages that were only available from pypi. Nonetheless, I’ve just realized that most dependencies for pypi packages are also available from conda-forge. I assume that it’d be better to reinstall those dependencies from conda-forge instead, in order to minimize the number of pypi packages.
Can I filter conda list
for packages installed from pypi? If not, can pip list
filter this way? Thanks.