Lines Matching +full:- +full:- +full:bootstrap
1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
12 --------------
30 needed to bootstrap ``pip`` are included as internal parts of the
35 :ref:`installing-index`
41 .. include:: ../includes/wasm-notavail.rst
44 ----------------------
46 The command line interface is invoked using the interpreter's ``-m`` switch.
50 python -m ensurepip
55 ``--upgrade`` option::
57 python -m ensurepip --upgrade
64 * ``--root <dir>``: Installs ``pip`` relative to the given root directory
67 * ``--user``: Installs ``pip`` into the user site packages directory rather
76 * ``--altinstall``: if an alternate installation is requested, the ``pipX``
79 * ``--default-pip``: if a "default pip" installation is requested, the
86 ----------
95 .. function:: bootstrap(root=None, upgrade=False, user=False, \
125 .. audit-event:: ensurepip.bootstrap root ensurepip.bootstrap