Searched full:pip (Results 1 – 25 of 1626) sorted by relevance
12345678910>>...66
pip/__init__.py pip/__main__.py pip/__pip-runner__.py pip/py.
pip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
34 # To pass open source testing in the pip Kokoros.82 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip96 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip114 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip134 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip153 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip174 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip194 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip214 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip242 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip[all …]
27 struct p_info *pip; member41 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 …]
15 "pip module extension for use with bzlmod"18 load("//python:pip.bzl", "whl_library_alias")33 """Implementation of the pip.whl_mods tag class.91 "Unable to find interpreter for pip hub '{hub_name}' for " +163 …"""Implementation of a class tag that creates the pip hub(s) and corresponding pip spoke, alias an…165 This implmentation iterates through all of the `pip.parse` calls and creates166 different pip hub repositories based on the "hub_name". Each of the167 pip calls create spoke repos that uses a specific Python interpreter.171 pip.parse(172 hub_name = "pip",[all …]
1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python10 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``12 bootstrapping approach reflects the fact that ``pip`` is an independent18 directly (as ``pip`` should be bootstrapped by default), but it may be19 needed if installing ``pip`` was skipped when installing Python (or20 when creating a virtual environment) or after explicitly uninstalling ``pip``.25 needed to bootstrap ``pip`` are included as internal parts of the33 :pep:`453`: Explicit bootstrapping of pip in Python installations49 This invocation will install ``pip`` if it is not already installed,[all …]
21 ("pip", _PIP_VERSION),31 import pip._internal32 return pip._internal.main(args)37 Returns a string specifying the bundled version of pip.43 # We deliberately ignore all pip environment variables44 # when invoking pip49 # We also ignore the settings in the default pip configuration file58 Bootstrap pip into the current Python installation (or the given root73 Bootstrap pip into the current Python installation (or the given root74 directory). Returns pip command status code.[all …]
12 _PACKAGE_NAMES = ('setuptools', 'pip')17 ("pip", _PIP_VERSION, "py3"),44 # filename is like 'pip-21.2.4-py3-none-any.whl'54 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'82 # after pip has executed. Particularly, this avoids the case when pip holds onto90 runpy.run_module("pip", run_name="__main__", alter_sys=True)108 Returns a string specifying the bundled version of pip.110 return _get_packages()['pip'].version114 # We deliberately ignore all pip environment variables115 # when invoking pip[all …]
22 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 …]
45 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 variables145 # ensurepip deliberately ignores the pip config file154 pip = None[all …]
1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer5 :synopsis: Bootstrapping the "pip" installer into an existing Python14 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``16 bootstrapping approach reflects the fact that ``pip`` is an independent22 directly (as ``pip`` should be bootstrapped by default), but it may be23 needed if installing ``pip`` was skipped when installing Python (or25 ``pip``.30 needed to bootstrap ``pip`` are included as internal parts of the38 :pep:`453`: Explicit bootstrapping of pip in Python installations52 This invocation will install ``pip`` if it is not already installed,[all …]
35 * ``pip`` is the preferred installer program. Starting with Python 2.7.9, it41 is defaults to installing ``pip`` into all created virtual environments.69 python -m pip install SomePackage75 ``virtualenv`` to provide such environments using either pip76 (``pip install virtualenv``) or through your system package manager88 python -m pip install SomePackage==1.0.4 # specific version89 python -m pip install "SomePackage>=1.0.4" # minimum version95 python -m pip install --upgrade SomePackage97 More information and resources regarding ``pip`` and its capabilities can be111 ... install ``pip`` in versions of Python prior to Python 2.7.9?[all …]
35 * ``pip`` is the preferred installer program. Starting with Python 3.4, it42 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 SomePackage99 python -m pip install SomePackage==1.0.4 # specific version100 python -m pip install "SomePackage>=1.0.4" # minimum version106 python -m pip install --upgrade SomePackage108 More information and resources regarding ``pip`` and its capabilities can be126 ... 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 …]
27 # Note: we do not supporting using multiple pip extensions, this is46 # wheel in different pip hubs.47 pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")50 pip.whl_mods(69 pip.whl_mods(82 use_repo(pip, "whl_mods_hub")84 # To fetch pip dependencies, use pip.parse. We can pass in various options,90 pip.parse(91 hub_name = "pip",96 # are providing pip.parse with the label of the mod[all …]
17 run: pip install setuptools pytype pytest scandir pathlib2 pandas xlrd django44 - name: Get pip cache dir45 id: pip-cache47 python -m pip install --upgrade pip48 echo "::set-output name=dir::$(pip cache dir)"54 path: ${{ steps.pip-cache.outputs.dir }}55 …key: ${{ matrix.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{…57 ${{ matrix.os }}-${{ matrix.python-version }}-pip-61 pip install setuptools wheel62 pip install -r requirements.txt[all …]
1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2…3 # Install dependencies using pip15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum3425 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U cryptography31 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U coverage32 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U PyX33 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U codecov42 # $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pypcap ## sr(timeout) HS43 # $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pcapy ## sniff HS[all …]
97 Managing Packages with pip101 :program:`pip`. By default ``pip`` will install packages from the `Python105 ``pip`` has a number of subcommands: "install", "uninstall",107 complete documentation for ``pip``.)113 (tutorial-env) $ python -m pip install novas125 (tutorial-env) $ python -m pip install requests==2.6.0131 If you re-run this command, ``pip`` will notice that the requested134 -m pip install --upgrade`` to upgrade the package to the latest version:138 (tutorial-env) $ python -m pip install --upgrade requests146 ``python -m pip uninstall`` followed by one or more package names will[all …]
31 cmd = ["python", "-m", "pip", "install", str(setuptools_wheel)]52 # ^-- Even when it is not necessary to install a different version of `pip`58 pytest.param('pip<20', marks=pytest.mark.xfail(reason='pypa/pip#6599')),59 'pip<20.1',60 'pip<21',61 'pip<22',63 'https://github.com/pypa/pip/archive/main.zip',71 Check pip can upgrade setuptools from source.73 # Install pip/wheel, in a venv without setuptools (as it76 venv.run(["pip", "install", "-U", "wheel"])[all …]
18 PIP="$1"19 PIP_INSTALL=("${PIP}" "install" "--prefer-binary" --upgrade)21 PYTHON="${PIP/pip/python}"22 wget "https://bootstrap.pypa.io/get-pip.py"23 "${PYTHON}" "get-pip.py" --force-reinstall24 rm "get-pip.py"27 PYTHON_VERSION=$(echo ${PIP##*.}) # only the last number, eg. 1065 # Get the latest version of pip so it recognize manylinux201066 "${PIP}" "install" "--upgrade" "pip"67 "${PIP}" "install" "--upgrade" "setuptools" "virtualenv"
32 - name: update pip34 pip install -U wheel35 pip install -U setuptools36 python -m pip install -U pip37 - name: get pip cache dir38 id: pip-cache39 run: echo "::set-output name=dir::$(pip cache dir)"40 - name: cache pip43 path: ${{ steps.pip-cache.outputs.dir }}44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…[all …]
7 pip: true13 - 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.txt31 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt36 install: pip install -r requirements-test.txt41 install: pip install -r requirements-test.txt49 … - pip install virtualenv && virtualenv $HOME/virtualenv && source $HOME/virtualenv/bin/activate50 - pip install $pip_install_common -r requirements-test.txt55 install: pip install $pip_install_common60 install: pip install $pip_install_common[all …]
25 # DOCSTAG: [default-pip-gn-args]34 # Adds --no-index forcing pip to not reach out to the internet (pypi.org) to39 # Adds '--no-cache-dir' forcing pip to ignore any previously cached Python40 # packages. On most systems this is located in ~/.cache/pip/44 # files (*.tar.gz). Pip will check each of these directories when looking for45 # potential install candidates. Each path will be passed to all 'pip install'49 # General options passed to pip commands50 # https://pip.pypa.io/en/stable/cli/pip/#general-options51 pw_build_PYTHON_PIP_DEFAULT_OPTIONS = [ "--disable-pip-version-check" ]53 # DOCSTAG: [default-pip-gn-args]
24 pip install --upgrade pip25 pip install build26 pip install .42 run: pip install .[dev]56 pip install --upgrade pip57 pip install .[dev]81 pip install --upgrade pip82 pip install rootcanal==1.3.083 pip install .
25 # Be wary of running `pip install` here, since it becomes easy for us to27 python -m pip install --upgrade build28 python -m pip list36 pip install -vvv $path_to_file37 python -m pip list56 # Be wary of running `pip install` here, since it becomes easy for us to58 python -m pip install --upgrade build59 python -m pip list67 pip install -vvv $path_to_file68 python -m pip list