Home
last modified time | relevance | path

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

12345678910

/third_party/python/Lib/ensurepip/_bundled/
Dpip-21.2.4-py3-none-any.whlpip/__init__.py pip/__main__.py pip/py.typed pip/_internal/__init__.
/third_party/python/Lib/ensurepip/
D__init__.py13 _PACKAGE_NAMES = ('setuptools', 'pip')
18 ("pip", _PIP_VERSION, "py3"),
45 # filename is like 'pip-21.2.4-py3-none-any.whl'
55 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'
83 # after pip has executed. Particulary, this avoids the case when pip holds onto
91 runpy.run_module("pip", run_name="__main__", alter_sys=True)
99 Returns a string specifying the bundled version of pip.
101 return _get_packages()['pip'].version
105 # We deliberately ignore all pip environment variables
106 # when invoking pip
[all …]
D_uninstall.py1 """Basic pip uninstallation support, helper for the Windows uninstaller"""
13 version="pip {}".format(ensurepip.version()),
14 help="Show the version of pip this will attempt to uninstall.",
/third_party/python/Lib/test/
Dtest_ensurepip.py22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl")
38 self.assertIsNotNone(packages['pip'].wheel_name)
44 pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
59 self.assertEqual(packages['pip'].version, '20.2.2')
60 self.assertEqual(packages['pip'].wheel_path,
64 self.assertEqual(sorted(packages), ['pip', 'setuptools'])
95 unittest.mock.ANY, "setuptools", "pip",
110 "setuptools", "pip",
121 unittest.mock.ANY, "--user", "setuptools", "pip",
132 unittest.mock.ANY, "--upgrade", "setuptools", "pip",
[all …]
Dtest_venv.py168 'pip',
171 'pip',
415 """Test venv module installation of pip."""
420 'try:\n import pip\nexcept ImportError:\n print("OK")'])
452 # pip's cross-version compatibility may trigger deprecation
456 # ensurepip is different enough from a normal pip invocation
457 # that we want to ensure it ignores the normal pip environment
462 # Also check that we ignore the pip configuration file
469 win_location = ("pip", "pip.ini")
470 posix_location = (".pip", "pip.conf")
[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 …]
Dvenv.rst30 …<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-vir…
119 * ``with_pip`` -- a Boolean value which, if true, ensures pip is
121 the ``--default-pip`` option.
197 Upgrades the core venv dependency packages (currently ``pip`` and
199 ``pip`` executable in the environment.
273 subclass which installs setuptools and pip into a created virtual environment::
286 This builder installs setuptools and pip so that you can pip or
289 :param nodist: If true, setuptools and pip are not installed into the
291 :param nopip: If true, pip is not installed into the created
293 :param progress: If setuptools or pip are installed, the progress of the
[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
100 ``pip`` has a number of subcommands: "install", "uninstall",
102 complete documentation for ``pip``.)
108 (tutorial-env) $ python -m pip install novas
120 (tutorial-env) $ python -m pip install requests==2.6.0
126 If you re-run this command, ``pip`` will notice that the requested
128 different version number to get that version, or you can run ``pip
133 (tutorial-env) $ python -m pip install --upgrade requests
141 ``pip uninstall`` followed by one or more package names will remove the
[all …]
/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/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/python/PC/layout/support/
Doptions.py19 "pip": {"help": "pip"},
20 "pip-user": {"help": "pip.ini file for default --user"},
44 "pip",
45 "pip-user",
61 "pip",
69 "iot": {"help": "Windows IoT Core", "options": ["stable", "pip"]},
74 "pip",
Dpip.py2 Extraction and file list generation for pip.
31 log_warning("Failed to find {} - pip will not be included", pip_dir)
41 yield "pip.ini", ("pip.ini", content.encode())
66 "pip",
69 "pip",
/third_party/jinja2/.github/workflows/
Dtests.yaml41 cache: 'pip'
43 - name: update pip
45 pip install -U wheel
46 pip install -U setuptools
47 python -m pip install -U pip
54 - run: pip install tox
/third_party/mbedtls/scripts/
Dmin_requirements.py54 This method supports a subset of pip's requirement file syntax:
83 """Call pip to install the requirements."""
98 subprocess.check_call([sys.executable, '-m', 'pip'] +
111 parser.add_argument('--pip-install-option',
113 help="Pass this option to pip install")
114 parser.add_argument('--pip-option',
116 help="Pass this general option to pip")
121 " (short for --pip-install-option --user)")
/third_party/python/Doc/using/
Dvenv-create.inc39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]
60 --without-pip Skips installing or upgrading pip in the virtual
61 environment (pip is bootstrapped by default)
64 --upgrade-deps Upgrade core dependencies: pip setuptools to the
71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
74 Installs pip by default, added the ``--without-pip`` and ``--copies``
101 Unless the ``--without-pip`` option is given, :mod:`ensurepip` will be
102 invoked to bootstrap ``pip`` into the virtual environment.
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml34 …libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip
59 …ibicu-devel gobject-introspection-devel graphite2-devel redhat-rpm-config python python-pip || true
70 - run: apk update && apk add ragel gcc g++ glib-dev freetype-dev cairo-dev git py3-pip ninja
81 …ect-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip base-devel gtk-doc
82 - run: pip install flake8 fonttools
97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
108 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
119 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
138 …ninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-mingw-w64-i…
161 …ninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-mingw-w64-x…
/third_party/json/docs/mkdocs/
DMakefile31 venv/bin/pip install --upgrade pip
32 venv/bin/pip install wheel
33 venv/bin/pip install -r requirements.txt
/third_party/jerryscript/targets/mbedos5/
DMakefile.travis26 pip install mbed-cli
28 pip install idna==2.5 # FIXME: workaround
29 pip install -r targets/mbedos5/mbed-os/requirements.txt
30 pip install -r targets/mbedos5/tools/requirements.txt
/third_party/libfuse/test/
Dci-install.sh5 sudo python3 -m pip install --upgrade pip
6 sudo python3 -m pip install pytest meson==1.0.1 looseversion
/third_party/mesa3d/src/util/
Du_debug_stack.c59 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached() argument
61 void *addr = (void *)(uintptr_t)pip->start_ip; in symbol_name_cached()
95 unw_proc_info_t pip; in debug_backtrace_capture() local
98 pip.unwind_info = 0; in debug_backtrace_capture()
110 unw_get_proc_info(&cursor, &pip); in debug_backtrace_capture()
112 backtrace[i].start_ip = pip.start_ip; in debug_backtrace_capture()
113 backtrace[i].off = ip - pip.start_ip; in debug_backtrace_capture()
114 backtrace[i].procname = symbol_name_cached(&cursor, &pip); in debug_backtrace_capture()
/third_party/openssl/test/recipes/95-test_external_pyca_data/
Dcryptography.sh42 # Upgrade pip to always have latest
43 pip install -U pip
50 LDFLAGS="-L$O_LIB" CFLAGS="-I$O_BINC -I$O_SINC " pip install .[test]
51 pip install -e vectors
/third_party/libwebsockets/scripts/
Dtravis_install.sh13 sudo pip install "six>=1.9"
14 sudo pip install "Twisted==16.0.0"
15 sudo pip install "pyopenssl>=0.14"
16 sudo pip install autobahntestsuite
/third_party/benchmark/.github/workflows/
Dpylint.yml22 python -m pip install --upgrade pip
23 pip install pylint pylint-exit conan
/third_party/python/Tools/msi/bundle/packagegroups/
Dpip.wxs4 <PackageGroup Id="pip">
6 SourceFile="pip.msi"
15 SourceFile="pip.msi"

12345678910