Searched full:pip (Results 1 – 25 of 46) sorted by relevance
12
/qemu/python/scripts/ |
H A D | mkvenv.py | 91 # Try to load distlib, with a fallback to pip's vendored version. 100 # Reach into pip's cookie jar. pylint and flake8 don't understand 102 from pip._vendor import distlib 103 import pip._vendor.distlib.scripts # noqa, pylint: disable=unused-import 104 import pip._vendor.distlib.version # noqa, pylint: disable=unused-import 143 "ensurepip" is replaced if possible with just recreating pip's 277 Tests for the presence of setuptools and pip. 283 if find_spec("setuptools") and find_spec("pip"): 300 "first place by installing pip and setuptools for " 313 "first place by installing pip and setuptools for " [all …]
|
H A D | vendor.py | 56 "pip",
|
/qemu/python/ |
H A D | README.rst | 8 ``setup.py`` is used by ``pip`` to install this tooling to the current 22 above, pip will install in "editable" mode. This installs the package as 35 See `Installing packages using pip and virtual environments 36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_ 84 - ``setup.py`` is the setuptools installer used by pip; See above.
|
H A D | setup.cfg | 122 [mypy-pip._vendor.distlib] 125 [mypy-pip._vendor.distlib.scripts] 128 [mypy-pip._vendor.distlib.version] 183 # on all supported python versions. To use it, "pip install tox" and
|
H A D | setup.py | 18 CLI option will invoke the deprecated bdist_egg hook. "pip install" 24 'Please use `pip install .` instead.'
|
H A D | Makefile | 57 PIP_INSTALL = pip install --disable-pip-version-check
|
H A D | PACKAGE.rst | 37 ``pip install qemu[devel]``.
|
/qemu/tests/lcitool/ |
H A D | mappings.yml | 37 python3-pip: 38 OpenSUSELeap15: python311-pip 69 OpenSUSELeap15: python311-pip
|
/qemu/tests/ |
H A D | Makefile.include | 94 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \ 95 $(PYTHON) -m pip -q --disable-pip-version-check $1, \ 99 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | freebsd-14.vars | 13 PIP3='/usr/local/bin/pip' 14 …rses nettle ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml py311-…
|
/qemu/tests/vm/generated/ |
H A D | freebsd.json | 8 "pip3": "/usr/local/bin/pip", 57 "py311-pip",
|
/qemu/tests/docker/dockerfiles/ |
H A D | python.docker | 11 python3-pip \
|
H A D | debian-tricore-cross.docker | 32 python3-pip \
|
H A D | debian-legacy-test-cross.docker | 36 python3-pip \
|
H A D | debian-loongarch-cross.docker | 32 python3-pip \
|
H A D | debian-hexagon-cross.docker | 25 python3-pip \
|
H A D | alpine.docker | 88 py3-pip \
|
H A D | opensuse-leap.docker | 97 python311-pip \
|
H A D | fedora-win64-cross.docker | 51 python3-pip \
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 111 Package Index (PyPI) via ``pip``, in order to build QEMU. 135 also be installed using ``pip``. Cross compilers are another example
|
/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 98 - python3-pip
|
/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-aarch64.yaml | 110 - python3-pip
|
H A D | ubuntu-2204-s390x.yaml | 108 - python3-pip
|
H A D | ubuntu-2204-armhf-cross.yml | 43 - python3-pip
|
/qemu/docs/devel/ |
H A D | build-system.rst | 145 or with the wrong ``pip`` program. 150 virtual environment with ``pip``, either from wheels in ``python/wheels`` 158 same mechanism that ``pip`` uses when installing a package. 493 ``pyvenv/bin``, and calling ``pip`` to install dependencies.
|
12