Lines Matching full:installed
109 environment, chroot or a machine, has the desired packages installed
134 @param items: A list of package names that are not to be installed.
142 """ Ensure pip is installed, if not install it.
145 python packages should be installed.
172 the package if it's installed already, even with an old
175 @raise error.ContainerError: If package is attempted to be installed outside
184 # installed.
192 'All packages are installed already, skip reinstall.')
206 # are not installed.
213 logging.debug('Packages are installed: %s.', packages)
218 # be installed in /usr/lib/python2.7/dist-packages/
222 # Pip should be installed in the base container, if not install it.
228 logging.debug('Python packages are installed: %s.', python_packages)