• Home
  • Raw
  • Download

Lines Matching full:pip

1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python
10 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
12 bootstrapping approach reflects the fact that ``pip`` is an independent
18 directly (as ``pip`` should be bootstrapped by default), but it may be
19 needed if installing ``pip`` was skipped when installing Python (or
20 when creating a virtual environment) or after explicitly uninstalling ``pip``.
25 needed to bootstrap ``pip`` are included as internal parts of the
33 :pep:`453`: Explicit bootstrapping of pip in Python installations
49 This invocation will install ``pip`` if it is not already installed,
50 but otherwise does nothing. To ensure the installed version of ``pip``
56 By default, ``pip`` is installed into the current virtual environment
61 * ``--root <dir>``: Installs ``pip`` relative to the given root directory
64 * ``--user``: Installs ``pip`` into the user site packages directory rather
68 By default, the scripts ``pip``, ``pipX``, and ``pipX.Y`` will be installed
73 * ``--altinstall``: if an alternate installation is requested, the ``pip`` and
76 * ``--no-default-pip``: if a non-default installation is request, the ``pip``
87 Returns a string specifying the bundled version of pip that will be
94 Bootstraps ``pip`` into the current or designated environment.
101 of an earlier version of ``pip`` to the bundled version.
106 By default, the scripts ``pip``, ``pipX``, and ``pipX.Y`` will be installed
109 If *altinstall* is set, then ``pip`` and ``pipX`` will *not* be installed.
111 If *default_pip* is set to ``False``, then ``pip`` will *not* be installed.
128 ``pip``, but other software should not assume those dependencies will
130 future version of ``pip``).