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
Post a Comment