Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/ensurepip/
D__init__.py50 altinstall=False, default_pip=False, argument
60 altinstall=altinstall, default_pip=default_pip,
65 altinstall=False, default_pip=False, argument
73 if altinstall and default_pip:
84 if altinstall:
203 altinstall=args.altinstall,
/external/python/cpython2/Lib/ensurepip/
D__init__.py55 altinstall=False, default_pip=True, argument
65 altinstall=altinstall, default_pip=default_pip,
70 altinstall=False, default_pip=True, argument
78 if altinstall and default_pip:
89 if altinstall:
218 altinstall=args.altinstall,
/external/python/cpython3/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
/external/python/cpython2/Doc/library/
Densurepip.rst73 * ``--altinstall``: if an alternate installation is requested, the ``pip`` and
94 altinstall=False, default_pip=True, \
112 If *altinstall* is set, then ``pip`` and ``pipX`` will *not* be installed.
116 Setting both *altinstall* and *default_pip* will trigger
/external/python/cpython2/Lib/test/
Dtest_ensurepip.py125 ensurepip.bootstrap(altinstall=True)
134 ensurepip.bootstrap(altinstall=True, default_pip=True)
/external/python/cpython3/Lib/test/
Dtest_ensurepip.py124 ensurepip.bootstrap(altinstall=True)
133 ensurepip.bootstrap(altinstall=True, default_pip=True)
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_python3.6_pip_packages.sh49 make altinstall
/external/python/cpython3/
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
1127 altinstall: commoninstall
1130 upgrade) ensurepip="--altinstall --upgrade" ;; \
1131 install|*) ensurepip="--altinstall" ;; \
1784 .PHONY: install altinstall oldsharedinstall bininstall altbininstall
/external/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh87 sudo make altinstall
Dlinux_kokoro_performance_worker_init.sh87 sudo make altinstall
/external/python/cpython2/Doc/using/
Dunix.rst88 ``make altinstall`` is therefore recommended instead of ``make install``
/external/python/cpython3/Doc/using/
Dunix.rst88 ``make altinstall`` is therefore recommended instead of ``make install``
/external/python/cpython2/
DMakefile.pre.in15 # want to overwrite, you can use "make altinstall" instead of "make
930 altinstall: commoninstall
933 upgrade) ensurepip="--altinstall --upgrade --no-default-pip" ;; \
934 install|*) ensurepip="--altinstall --no-default-pip" ;; \
1484 .PHONY: install altinstall oldsharedinstall bininstall altbininstall
DREADME965 directories installed using "make altinstall" contain the major and minor
970 "make install". Install all other versions using "make altinstall".
974 directory and "make altinstall" in the others.
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst1090 PEP 477 - "make install" and "make altinstall" can now install or upgrade
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2526 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``
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2638 the ``make install`` and ``make altinstall`` commands do not bootstrap ``pip``
/external/python/cpython3/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