Lines Matching full:pip
30 …<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-vir…
119 * ``with_pip`` -- a Boolean value which, if true, ensures pip is
121 the ``--default-pip`` option.
197 Upgrades the core venv dependency packages (currently ``pip`` and
199 ``pip`` executable in the environment.
273 subclass which installs setuptools and pip into a created virtual environment::
286 This builder installs setuptools and pip so that you can pip or
289 :param nodist: If true, setuptools and pip are not installed into the
291 :param nopip: If true, pip is not installed into the created
293 :param progress: If setuptools or pip are installed, the progress of the
326 # Can't install pip without setuptools
402 Install pip in the virtual environment.
407 url = 'https://bootstrap.pypa.io/get-pip.py'
408 self.install_script(context, 'pip', url)
432 help="Don't install setuptools or pip in the "
434 parser.add_argument('--no-pip', default=False,
436 help="Don't install pip in the virtual "
467 'install setuptools and pip.')
496 .. _pip: https://pypi.org/project/pip/ target in An example of extending ``EnvBuilder``