/external/python/cpython3/Lib/ensurepip/ |
D | __init__.py | 50 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__.py | 55 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/ |
D | ensurepip.rst | 73 * ``--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/ |
D | ensurepip.rst | 73 * ``--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/ |
D | test_ensurepip.py | 125 ensurepip.bootstrap(altinstall=True) 134 ensurepip.bootstrap(altinstall=True, default_pip=True)
|
/external/python/cpython3/Lib/test/ |
D | test_ensurepip.py | 124 ensurepip.bootstrap(altinstall=True) 133 ensurepip.bootstrap(altinstall=True, default_pip=True)
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_python3.6_pip_packages.sh | 49 make altinstall
|
/external/python/cpython3/ |
D | README.rst | 205 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.
|
D | Makefile.pre.in | 15 # 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/ |
D | linux_performance_worker_init.sh | 87 sudo make altinstall
|
D | linux_kokoro_performance_worker_init.sh | 87 sudo make altinstall
|
/external/python/cpython2/Doc/using/ |
D | unix.rst | 88 ``make altinstall`` is therefore recommended instead of ``make install``
|
/external/python/cpython3/Doc/using/ |
D | unix.rst | 88 ``make altinstall`` is therefore recommended instead of ``make install``
|
/external/python/cpython2/ |
D | Makefile.pre.in | 15 # 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
|
D | README | 965 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/ |
D | 2.7.9rc1.rst | 1090 PEP 477 - "make install" and "make altinstall" can now install or upgrade
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2526 version-specific suffix on ``make altinstall`` (:issue:`10679`).
|
D | 3.4.rst | 207 the ``make install`` and ``make altinstall`` commands bootstrap ``pip`` by
|
D | 2.7.rst | 2668 the ``make install`` and ``make altinstall`` commands do not bootstrap ``pip``
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 2638 the ``make install`` and ``make altinstall`` commands do not bootstrap ``pip``
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3649 - 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
|