Lines Matching full:installed
116 environment, chroot or a machine, has the desired packages installed
141 @param items: A list of package names that are not to be installed.
149 """ Ensure pip is installed, if not install it.
152 python packages should be installed.
179 the package if it's installed already, even with an old
182 @raise error.ContainerError: If package is attempted to be installed outside
191 # installed.
199 'All packages are installed already, skip reinstall.')
213 # are not installed.
220 logging.debug('Packages are installed: %s.', packages)
225 # be installed in /usr/lib/python2.7/dist-packages/
229 # Pip should be installed in the base container, if not install it.
235 logging.debug('Python packages are installed: %s.', python_packages)