Home
last modified time | relevance | path

Searched refs:altinstall (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/ensurepip/
D__init__.py117 altinstall=False, default_pip=False, argument
127 altinstall=altinstall, default_pip=default_pip,
132 altinstall=False, default_pip=False, argument
140 if altinstall and default_pip:
153 if altinstall:
282 altinstall=args.altinstall,
/third_party/python/Doc/library/
Densurepip.rst73 * ``--altinstall``: if an alternate installation is requested, the ``pipX``
93 altinstall=False, default_pip=False, \
111 If *altinstall* is set, then ``pipX`` will *not* be installed.
116 Setting both *altinstall* and *default_pip* will trigger
/third_party/python/Lib/test/
Dtest_ensurepip.py175 ensurepip.bootstrap(altinstall=True)
184 ensurepip.bootstrap(altinstall=True, default_pip=True)
/third_party/python/Doc/using/
Dunix.rst88 ``make altinstall`` is therefore recommended instead of ``make install``
183 $ make altinstall
Dconfigure.rst134 * ``upgrade`` (default): run ``python -m ensurepip --altinstall --upgrade``
136 * ``install``: run ``python -m ensurepip --altinstall`` command;
/third_party/python/
DREADME.rst205 directories installed using ``make altinstall`` contain the major and minor
210 install``. Install all other versions using ``make altinstall``.
214 and ``make altinstall`` in the others.
DMakefile.pre.in15 # want to overwrite, you can use "make altinstall" instead of "make
1277 altinstall: commoninstall
1280 upgrade) ensurepip="--altinstall --upgrade" ;; \
1281 install|*) ensurepip="--altinstall" ;; \
2017 .PHONY: install altinstall oldsharedinstall bininstall altbininstall
/third_party/python/Doc/whatsnew/
D3.2.rst2528 version-specific suffix on ``make altinstall`` (:issue:`10679`).
D3.4.rst207 the ``make install`` and ``make altinstall`` commands bootstrap ``pip`` by
D2.7.rst2668 the ``make install`` and ``make altinstall`` commands do not bootstrap ``pip``
/third_party/python/Misc/
DHISTORY3649 - Issue #19553: PEP 453 - "make install" and "make altinstall" now install or
11020 a version-specific suffix on "make altinstall".
16858 - "make install" is now an alias for "make altinstall", to prevent