Lines Matching full:pip
91 # Try to load distlib, with a fallback to pip's vendored version.
100 # Reach into pip's cookie jar. pylint and flake8 don't understand
102 from pip._vendor import distlib
103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import
104 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import
143 "ensurepip" is replaced if possible with just recreating pip's
277 Tests for the presence of setuptools and pip.
283 if find_spec("setuptools") and find_spec("pip"):
300 "first place by installing pip and setuptools for "
313 "first place by installing pip and setuptools for "
343 Whether to install "pip" binaries or not.
599 Use pip to install a package or package(s) as specified in @args.
610 "pip",
612 "--disable-pip-version-check",
656 Use pip to ensure we have the packages specified in @group.
683 # Always pass installed package to pip, so that they can be
742 Use pip to ensure we have the package specified by @dep_specs.
779 # Generate a 'pip' script so the venv is usable in a normal
780 # way from the CLI. This only happens when we inherited pip from a
782 generate_console_scripts(["pip"])