Searched full:pip (Results 1 – 25 of 234) sorted by relevance
12345678910
pip/__init__.py pip/__main__.py pip/py.typed pip/_internal/__init__.
13 _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 onto91 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'].version105 # We deliberately ignore all pip environment variables106 # when invoking pip[all …]
1 """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.",
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 …]
168 '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 deprecation456 # ensurepip is different enough from a normal pip invocation457 # that we want to ensure it ignores the normal pip environment462 # Also check that we ignore the pip configuration file469 win_location = ("pip", "pip.ini")470 posix_location = (".pip", "pip.conf")[all …]
1 :mod:`ensurepip` --- Bootstrapping the ``pip`` installer5 :synopsis: Bootstrapping the "pip" installer into an existing Python12 The :mod:`ensurepip` package provides support for bootstrapping the ``pip``14 bootstrapping approach reflects the fact that ``pip`` is an independent20 directly (as ``pip`` should be bootstrapped by default), but it may be21 needed if installing ``pip`` was skipped when installing Python (or23 ``pip``.28 needed to bootstrap ``pip`` are included as internal parts of the36 :pep:`453`: Explicit bootstrapping of pip in Python installations49 This invocation will install ``pip`` if it is not already installed,[all …]
30 …<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 is121 the ``--default-pip`` option.197 Upgrades the core venv dependency packages (currently ``pip`` and199 ``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 or289 :param nodist: If true, setuptools and pip are not installed into the291 :param nopip: If true, pip is not installed into the created293 :param progress: If setuptools or pip are installed, the progress of the[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 …]
92 Managing Packages with pip96 :program:`pip`. By default ``pip`` will install packages from the Python100 ``pip`` has a number of subcommands: "install", "uninstall",102 complete documentation for ``pip``.)108 (tutorial-env) $ python -m pip install novas120 (tutorial-env) $ python -m pip install requests==2.6.0126 If you re-run this command, ``pip`` will notice that the requested128 different version number to get that version, or you can run ``pip133 (tutorial-env) $ python -m pip install --upgrade requests141 ``pip uninstall`` followed by one or more package names will remove the[all …]
3 # Install/upgrade pip.15 # bpo-33290: An earlier "pip3 install --upgrade pip" may have installed16 # 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 our62 "pip${PYVER}" "easy_install-${PYVER}"66 "pip${PYMAJOR}"68 # Create pip and easy_install link if /usr/local/bin/python71 "pip" "easy_install"
2 contains the FreeType API reference. You need Python >= 3.5 and pip to make9 - 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
19 "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",
2 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",
41 cache: 'pip'43 - name: update pip45 pip install -U wheel46 pip install -U setuptools47 python -m pip install -U pip54 - run: pip install tox
54 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)")
39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]60 --without-pip Skips installing or upgrading pip in the virtual61 environment (pip is bootstrapped by default)64 --upgrade-deps Upgrade core dependencies: pip setuptools to the71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI74 Installs pip by default, added the ``--without-pip`` and ``--copies``101 Unless the ``--without-pip`` option is given, :mod:`ensurepip` will be102 invoked to bootstrap ``pip`` into the virtual environment.
34 …libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip59 …ibicu-devel gobject-introspection-devel graphite2-devel redhat-rpm-config python python-pip || true70 - run: apk update && apk add ragel gcc g++ glib-dev freetype-dev cairo-dev git py3-pip ninja81 …ect-introspection gcc gcc-libs glib2 graphite pkg-config ragel python python-pip base-devel gtk-doc82 - run: pip install flake8 fonttools97 …- 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…
31 venv/bin/pip install --upgrade pip32 venv/bin/pip install wheel33 venv/bin/pip install -r requirements.txt
26 pip install mbed-cli28 pip install idna==2.5 # FIXME: workaround29 pip install -r targets/mbedos5/mbed-os/requirements.txt30 pip install -r targets/mbedos5/tools/requirements.txt
5 sudo python3 -m pip install --upgrade pip6 sudo python3 -m pip install pytest meson==1.0.1 looseversion
59 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached() argument61 void *addr = (void *)(uintptr_t)pip->start_ip; in symbol_name_cached()95 unw_proc_info_t pip; in debug_backtrace_capture() local98 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()
42 # Upgrade pip to always have latest43 pip install -U pip50 LDFLAGS="-L$O_LIB" CFLAGS="-I$O_BINC -I$O_SINC " pip install .[test]51 pip install -e vectors
13 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
22 python -m pip install --upgrade pip23 pip install pylint pylint-exit conan
4 <PackageGroup Id="pip">6 SourceFile="pip.msi"15 SourceFile="pip.msi"