Home
last modified time | relevance | path

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

12345678910>>...43

/external/python/cpython3/Lib/ensurepip/_bundled/
Dpip-20.2.3-py2.py3-none-any.whlpip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
/external/python/cpython2/Lib/ensurepip/_bundled/
Dpip-10.0.1-py2.py3-none-any.whlpip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
/external/tensorflow/tensorflow/compiler/tests/
DBUILD33 # To pass open source testing in the pip Kokoros.
81 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
94 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
111 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
130 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
148 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
168 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
188 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
208 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
236 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
[all …]
/external/blktrace/btt/
Dproc.c27 struct p_info *pip; member
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg); in __foreach()
57 free(pnp->pip->name); in __destroy()
58 region_exit(&pnp->pip->regions); in __destroy()
59 free(pnp->pip); in __destroy()
77 return this->pip; in __find_process_pid()
97 return this->pip; in __find_process_name()
123 this->pip = that; in insert_pid()
151 this->pip = that; in insert_name()
157 static void insert(struct p_info *pip) in insert() argument
[all …]
/external/llvm-project/polly/lib/External/isl/
Dpip_test.sh.in7 boulet.pip \
8 brisebarre.pip \
9 cg1.pip \
10 esced.pip \
11 ex2.pip \
12 ex.pip \
13 exist.pip \
14 exist2.pip \
15 fimmel.pip \
16 max.pip \
[all …]
/external/python/cpython3/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 …]
/external/python/cpython2/Doc/library/
Densurepip.rst1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer
5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python
10 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``
12 bootstrapping approach reflects the fact that ``pip`` is an independent
18 directly (as ``pip`` should be bootstrapped by default), but it may be
19 needed if installing ``pip`` was skipped when installing Python (or
20 when creating a virtual environment) or after explicitly uninstalling ``pip``.
25 needed to bootstrap ``pip`` are included as internal parts of the
33 :pep:`453`: Explicit bootstrapping of pip in Python installations
49 This invocation will install ``pip`` if it is not already installed,
[all …]
/external/python/cpython2/Lib/ensurepip/
D__init__.py21 ("pip", _PIP_VERSION),
31 import pip._internal
32 return pip._internal.main(args)
37 Returns a string specifying the bundled version of pip.
43 # We deliberately ignore all pip environment variables
44 # when invoking pip
49 # We also ignore the settings in the default pip configuration file
58 Bootstrap pip into the current Python installation (or the given root
73 Bootstrap pip into the current Python installation (or the given root
74 directory). Returns pip command status code.
[all …]
/external/python/cpython2/Lib/test/
Dtest_ensurepip.py45 mock.ANY, "setuptools", "pip",
60 "setuptools", "pip",
71 mock.ANY, "--user", "setuptools", "pip",
82 mock.ANY, "--upgrade", "setuptools", "pip",
93 mock.ANY, "-v", "setuptools", "pip",
104 mock.ANY, "-vv", "setuptools", "pip",
115 mock.ANY, "-vvv", "setuptools", "pip",
138 # ensurepip deliberately ignores all pip environment variables
145 # ensurepip deliberately ignores the pip config file
154 pip = None
[all …]
/external/python/cpython3/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 …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon_win.bat29 %PY_EXE% -m pip install --upgrade "setuptools<53" pip wheel
34 %PY_EXE% -m pip install "numpy ~= 1.19.2"
36 %PY_EXE% -m pip install "absl-py ~= 0.10"
37 %PY_EXE% -m pip install "astunparse ~= 1.6.3"
38 %PY_EXE% -m pip install "flatbuffers ~= 1.12.0"
39 %PY_EXE% -m pip install "google_pasta ~= 0.2"
40 %PY_EXE% -m pip install "h5py ~= 3.1.0"
41 %PY_EXE% -m pip install "keras_preprocessing ~= 1.1.2"
42 %PY_EXE% -m pip install "opt_einsum ~= 3.3.0"
43 %PY_EXE% -m pip install "protobuf >= 3.9.2"
[all …]
/external/python/cpython3/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 …]
/external/python/cpython2/Doc/installing/
Dindex.rst35 * ``pip`` is the preferred installer program. Starting with Python 2.7.9, it
41 is defaults to installing ``pip`` into all created virtual environments.
69 python -m pip install SomePackage
75 ``virtualenv`` to provide such environments using either pip
76 (``pip install virtualenv``) or through your system package manager
88 python -m pip install SomePackage==1.0.4 # specific version
89 python -m pip install "SomePackage>=1.0.4" # minimum version
95 python -m pip install --upgrade SomePackage
97 More information and resources regarding ``pip`` and its capabilities can be
111 ... install ``pip`` in versions of Python prior to Python 2.7.9?
[all …]
/external/python/cpython3/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 …]
/external/python/cpython3/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 …]
/external/scapy/.travis/
Dinstall.sh1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2…
3 # Install dependencies using pip
15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock
20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34
25 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U cryptography
31 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U coverage
32 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U PyX
33 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U codecov
42 # $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pypcap ## sr(timeout) HS
43 # $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pcapy ## sniff HS
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages_by_version.sh17 PIP="$1"
18 PIP_INSTALL=("${PIP}" "install" "--prefer-binary" --upgrade)
20 if [[ ! -x "$(which "${PIP}")" ]]; then
21 # Python2 doesn't ship with pip by default.
22 PYTHON="${PIP/pip/python}"
23 wget "https://bootstrap.pypa.io/get-pip.py"
24 "${PYTHON}" "get-pip.py"
25 rm "get-pip.py"
69 if [[ "${PIP}" == *pip2* ]]; then
73 # Get the latest version of pip so it recognize manylinux2010
[all …]
/external/grpc-grpc/src/python/grpcio/
DREADME.rst18 $ pip install grpcio
24 $ sudo pip install grpcio
26 If you're on Windows make sure that you installed the :code:`pip.exe` component
31 $ pip.exe install grpcio
33 Windows users may need to invoke :code:`pip.exe` from a command line ran as
36 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
53 # For the next two commands do `sudo pip install` if you get permission-denied errors
54 $ pip install -rrequirements.txt
55 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
69 This is likely because :code:`pip` doesn't own the offending dependency,
[all …]
/external/python/jinja/.github/workflows/
Dtests.yaml32 - name: update pip
34 pip install -U wheel
35 pip install -U setuptools
36 python -m pip install -U pip
37 - name: get pip cache dir
38 id: pip-cache
39 run: echo "::set-output name=dir::$(pip cache dir)"
40 - name: cache pip
43 path: ${{ steps.pip-cache.outputs.dir }}
44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…
[all …]
/external/python/markupsafe/.github/workflows/
Dtests.yaml32 - name: update pip
34 pip install -U wheel
35 pip install -U setuptools
36 python -m pip install -U pip
37 - name: get pip cache dir
38 id: pip-cache
39 run: echo "::set-output name=dir::$(pip cache dir)"
40 - name: cache pip
43 path: ${{ steps.pip-cache.outputs.dir }}
44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…
[all …]
/external/python/httplib2/
D.travis.yml7 pip: true
13 - pip_install_common='pip>=9.0 setuptools>=43.0 wheel>=0.30'
19 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
31 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
36 install: pip install -r requirements-test.txt
41 install: pip install -r requirements-test.txt
49 … - pip install virtualenv && virtualenv $HOME/virtualenv && source $HOME/virtualenv/bin/activate
50 - pip install $pip_install_common -r requirements-test.txt
55 install: pip install $pip_install_common
60 install: pip install $pip_install_common
[all …]
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh132 $PYTHON -m pip install --user virtualenv
137 # on pip to upgrade itself because if pip is too old, it may not have the required
138 # TLS version to run `pip install`.
139 curl https://bootstrap.pypa.io/get-pip.py | $VENV_PYTHON
141 # pip-installs the directory specified. Used because on MSYS the vanilla Windows
147 $VENV_PYTHON -m pip install --no-deps .
154 $VENV_PYTHON -m pip install gevent==1.3.b1
158 $VENV_PYTHON -m pip install --upgrade pip==10.0.1
159 $VENV_PYTHON -m pip install setuptools
160 $VENV_PYTHON -m pip install cython
[all …]
/external/grpc-grpc/tools/dockerfile/test/python_jessie_x64/
DDockerfile53 RUN apt-get update && apt-get install -y python-pip && apt-get clean
54 RUN pip install --upgrade google-api-python-client
64 python-pip
67 RUN pip install --upgrade pip==10.0.1
68 RUN pip install virtualenv
69 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
71 # Install pip and virtualenv for Python 3.4
72 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4
73 RUN python3.4 -m pip install virtualenv
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dpip_new.sh16 # Build the Python PIP installation package for TensorFlow and install
46 # TF_PIP_TESTS: PIP tests to run. If NOT specified, skips all tests.
56 # TF_PIP_TEST_ROOT: Root directory for building and testing pip pkgs.
60 # and tensorflow-gpu pip package. Will
66 # and tensorflow-cpu pip package. Will
75 # Additional pip packages to be installed.
76 # Caveat: pip version needs to be checked prior.
180 # This script is for validating built PIP packages. Add pip tags.
190 # Check currently running python and pip version
203 # Retrieve only the version numbers of the python & pip in use currently.
[all …]
/external/mesa3d/.appveyor/
Dappveyor_msvc.bat4 rem Check pip
6 python -m pip install --upgrade pip
7 python -m pip --version
10 python -m pip install Mako==1.1.3
12 python -m pip install pypiwin32
13 rem Install python wheels, necessary to install SCons via pip
14 python -m pip install wheel
16 python -m pip install scons==3.1.2
19 python -m pip install Mako meson

12345678910>>...43