pip_util#

Functions related to core conda functionality that relates to pip

NOTE: This modules used to in conda, as conda/pip.py

Functions#

pip_subprocess(args, prefix, cwd)

Run pip in a subprocess

get_pip_installed_packages(stdout)

Return the list of pip packages installed based on the command output

pip_subprocess(args, prefix, cwd)#

Run pip in a subprocess

get_pip_installed_packages(stdout)#

Return the list of pip packages installed based on the command output