pip - Python script - get installed packages in other virtualenv -


i'm creating virtual environment during runtime using virtualenv.create_environment. if env created skip installation, check , see if package installed. right i'm running command activating env , pip list.

my question if can import pip virtual env , pip.get_installed_distributions()?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -