Home
last modified time | relevance | path

Searched full:pip (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/third_party/python/Lib/ensurepip/_bundled/
Dpip-20.2.3-py2.py3-none-any.whlpip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
/third_party/python/Lib/ensurepip/
D__init__.py22 ("pip", _PIP_VERSION, "py2.py3"),
28 # after pip has executed. Particulary, this avoids the case when pip holds onto
36 runpy.run_module("pip", run_name="__main__", alter_sys=True)
43 Returns a string specifying the bundled version of pip.
48 # We deliberately ignore all pip environment variables
49 # when invoking pip
54 # We also ignore the settings in the default pip configuration file
63 Bootstrap pip into the current Python installation (or the given root
78 Bootstrap pip into the current Python installation (or the given root
79 directory). Returns pip command status code.
[all …]
/third_party/python/Doc/library/
Densurepip.rst1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the "pip" installer into an existing Python
12 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
14 bootstrapping approach reflects the fact that ``pip`` is an independent
20 directly (as ``pip`` should be bootstrapped by default), but it may be
21 needed if installing ``pip`` was skipped when installing Python (or
23 ``pip``.
28 needed to bootstrap ``pip`` are included as internal parts of the
36 :pep:`453`: Explicit bootstrapping of pip in Python installations
49 This invocation will install ``pip`` if it is not already installed,
[all …]
/third_party/python/Lib/test/
Dtest_ensurepip.py44 unittest.mock.ANY, "setuptools", "pip",
59 "setuptools", "pip",
70 unittest.mock.ANY, "--user", "setuptools", "pip",
81 unittest.mock.ANY, "--upgrade", "setuptools", "pip",
92 unittest.mock.ANY, "-v", "setuptools", "pip",
103 unittest.mock.ANY, "-vv", "setuptools", "pip",
114 unittest.mock.ANY, "-vvv", "setuptools", "pip",
137 # ensurepip deliberately ignores all pip environment variables
144 # ensurepip deliberately ignores the pip config file
152 pip = None
[all …]
/third_party/python/Doc/installing/
Dindex.rst35 * ``pip`` is the preferred installer program. Starting with Python 3.4, it
42 defaults to installing ``pip`` into all created virtual environments.
46 aren't able to automatically install ``pip`` into created environments.
83 python -m pip install SomePackage
99 python -m pip install SomePackage==1.0.4 # specific version
100 python -m pip install "SomePackage>=1.0.4" # minimum version
106 python -m pip install --upgrade SomePackage
108 More information and resources regarding ``pip`` and its capabilities can be
126 ... install ``pip`` in versions of Python prior to Python 3.4?
129 Python only started bundling ``pip`` with Python 3.4. For earlier versions,
[all …]
/third_party/python/Doc/tutorial/
Dvenv.rst92 Managing Packages with pip
96 :program:`pip`. By default ``pip`` will install packages from the Python
98 Package Index by going to it in your web browser, or you can use ``pip``'s
103 (tutorial-env) $ pip search astronomy
111 ``pip`` has a number of subcommands: "search", "install", "uninstall",
113 complete documentation for ``pip``.)
119 (tutorial-env) $ python -m pip install novas
131 (tutorial-env) $ python -m pip install requests==2.6.0
137 If you re-run this command, ``pip`` will notice that the requested
139 different version number to get that version, or you can run ``pip
[all …]
/third_party/flutter/skia/third_party/externals/freetype/docs/reference/
DREADME2 contains the FreeType API reference. You need python and pip to make this
9 - Ensure `python' and `pip' are available.
10 - Install pip package `docwriter' with `pip install --user docwriter'.
16 - Ensure `python', `pip' and python package `virtualenv' are available.
19 pip and system caching.
25 * Regularly run `pip install --upgrade docwriter' to check for updates which
31 * `pip' and `python' may point to different versions of Python. Check using
32 `python --version' and `pip --version'.
/third_party/grpc/src/python/grpcio/
DREADME.rst27 $ pip install grpcio
33 $ sudo pip install grpcio
35 If you're on Windows make sure that you installed the :code:`pip.exe` component
40 $ pip.exe install grpcio
42 Windows users may need to invoke :code:`pip.exe` from a command line ran as
45 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
62 # For the next two commands do `sudo pip install` if you get permission-denied errors
63 $ pip install -rrequirements.txt
64 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
78 This is likely because :code:`pip` doesn't own the offending dependency,
[all …]
/third_party/skia/third_party/externals/freetype/docs/
DREADME2 contains the FreeType API reference. You need Python >= 3.5 and pip to make
9 - Ensure `python' and `pip' are available.
10 - Install pip package `docwriter' with `pip install --user docwriter'.
16 - Ensure `python', `pip' and Python package `virtualenv' are available.
19 pip and system caching.
25 * Regularly run `pip install --upgrade docwriter' to check for updates which
/third_party/freetype/docs/
DREADME2 contains the FreeType API reference. You need Python >= 3.5 and pip to make
9 - Ensure `python' and `pip' are available.
10 - Install pip package `docwriter' with `pip install --user docwriter'.
16 - Ensure `python', `pip' and Python package `virtualenv' are available.
19 pip and system caching.
25 * Regularly run `pip install --upgrade docwriter' to check for updates which
/third_party/python/Mac/BuildScript/scripts/
Dpostflight.ensurepip3 # Install/upgrade pip.
15 # bpo-33290: An earlier "pip3 install --upgrade pip" may have installed
16 # a "pip" in the fw bin directory. For a py3 install, remove it.
18 rm -f "${FWK}/bin/pip"
37 # pip et al if there are /usr/local/bin/python* symlinks to our
62 "pip${PYVER}" "easy_install-${PYVER}"
66 "pip${PYMAJOR}"
68 # Create pip and easy_install link if /usr/local/bin/python
71 "pip" "easy_install"
/third_party/python/PC/layout/support/
Doptions.py19 "pip": {"help": "pip"},
20 "pip-user": {"help": "pip.ini file for default --user"},
45 "pip",
46 "pip-user",
62 "pip",
70 "iot": {"help": "Windows IoT Core", "options": ["stable", "pip"]},
75 "pip",
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/third_party/grpc/tools/dockerfile/test/python_alpine_x64/
DDockerfile34 py-pip \
40 RUN pip install --upgrade pip==19.3.1
41 RUN pip install virtualenv
42 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0
45 RUN pip install --upgrade google-api-python-client oauth2client
/third_party/grpc/tools/distrib/python/grpcio_tools/
DREADME.rst27 $ pip install grpcio-tools
33 $ sudo pip install grpcio-tools
35 If you're on Windows make sure that you installed the :code:`pip.exe` component
40 $ pip.exe install grpcio-tools
42 Windows users may need to invoke :code:`pip.exe` from a command line ran as
45 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
71 # For the next command do `sudo pip install` if you get permission-denied errors
72 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
86 This is likely because :code:`pip` doesn't own the offending dependency,
90 :code:`pip install --ignore-installed $OFFENDING_DEPENDENCY`
[all …]
/third_party/grpc/templates/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile.template36 py-pip ${'\\'}
43 RUN pip install --upgrade pip==19.3.1
44 RUN pip install virtualenv
45 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.15.0 twisted==17.5.0
48 RUN pip install --upgrade google-api-python-client
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_http2/
DDockerfile31 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
32 RUN pip install --upgrade pip==19.3.1
33 RUN pip install virtualenv==16.7.9
34 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
36 RUN pip install twisted h2==2.6.1 hyper
/third_party/grpc/tools/dockerfile/test/cxx_alpine_x64/
DDockerfile34 py-pip \
41 RUN pip install --upgrade pip==19.3.1
42 RUN pip install virtualenv
43 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.0
46 RUN pip install --upgrade google-api-python-client
/third_party/grpc/templates/tools/dockerfile/
Dpython_deps.include12 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
13 RUN pip install --upgrade pip==19.3.1
14 RUN pip install virtualenv==16.7.9
15 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.15.0 twisted==17.5.0
/third_party/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh22 export PIP=${PIP:-pip}
26 "${PIP}" install --upgrade cython
102 "${PIP}" install -rrequirements.txt
106 "${PIP}" install futures>=2.2.0
109 "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"
110 "${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"
139 "${PYTHON}" -m virtualenv venv || { "${PYTHON}" -m pip install virtualenv==16.7.9 && "${PYTHON}" -m…
140 venv/bin/python -m pip install "twine<=2.0"
/third_party/grpc/tools/dockerfile/interoptest/lb_interop_fake_servers/
DDockerfile22 python-pip \
29 RUN pip install --upgrade pip==19.3.1
30 RUN pip install virtualenv
31 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
/third_party/grpc/tools/dockerfile/test/cxx_ubuntu1804_x64/
DDockerfile63 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
64 RUN pip install --upgrade pip==19.3.1
65 RUN pip install virtualenv==16.7.9
66 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
69 RUN pip install --upgrade google-api-python-client oauth2client
/third_party/grpc/tools/dockerfile/test/cxx_ubuntu1404_x64/
DDockerfile63 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
64 RUN pip install --upgrade pip==19.3.1
65 RUN pip install virtualenv==16.7.9
66 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
69 RUN pip install --upgrade google-api-python-client oauth2client
/third_party/grpc/tools/dockerfile/test/cxx_buster_x64/
DDockerfile63 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
64 RUN pip install --upgrade pip==19.3.1
65 RUN pip install virtualenv==16.7.9
66 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
69 RUN pip install --upgrade google-api-python-client oauth2client

12345678910>>...14