Searched full:pip (Results 1 – 25 of 344) sorted by relevance
12345678910>>...14
pip/__init__.py pip/__main__.py pip/_internal/__init__.py pip/_internal/
22 ("pip", _PIP_VERSION, "py2.py3"),28 # after pip has executed. Particulary, this avoids the case when pip holds onto36 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 variables49 # when invoking pip54 # We also ignore the settings in the default pip configuration file63 Bootstrap pip into the current Python installation (or the given root78 Bootstrap pip into the current Python installation (or the given root79 directory). Returns pip command status code.[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 …]
44 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 variables144 # ensurepip deliberately ignores the pip config file152 pip = None[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 Python98 Package Index by going to it in your web browser, or you can use ``pip``'s103 (tutorial-env) $ pip search astronomy111 ``pip`` has a number of subcommands: "search", "install", "uninstall",113 complete documentation for ``pip``.)119 (tutorial-env) $ python -m pip install novas131 (tutorial-env) $ python -m pip install requests==2.6.0137 If you re-run this command, ``pip`` will notice that the requested139 different version number to get that version, or you can run ``pip[all …]
2 contains the FreeType API reference. You need python and pip to make this9 - 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 which31 * `pip' and `python' may point to different versions of Python. Check using32 `python --version' and `pip --version'.
27 $ pip install grpcio33 $ sudo pip install grpcio35 If you're on Windows make sure that you installed the :code:`pip.exe` component40 $ pip.exe install grpcio42 Windows users may need to invoke :code:`pip.exe` from a command line ran as45 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`62 # For the next two commands do `sudo pip install` if you get permission-denied errors63 $ pip install -rrequirements.txt64 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .78 This is likely because :code:`pip` doesn't own the offending dependency,[all …]
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
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"
19 "pip": {"help": "pip"},20 "pip-user": {"help": "pip.ini file for default --user"},45 "pip",46 "pip-user",62 "pip",70 "iot": {"help": "Windows IoT Core", "options": ["stable", "pip"]},75 "pip",
26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
34 py-pip \40 RUN pip install --upgrade pip==19.3.141 RUN pip install virtualenv42 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.045 RUN pip install --upgrade google-api-python-client oauth2client
27 $ pip install grpcio-tools33 $ sudo pip install grpcio-tools35 If you're on Windows make sure that you installed the :code:`pip.exe` component40 $ pip.exe install grpcio-tools42 Windows users may need to invoke :code:`pip.exe` from a command line ran as45 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`71 # For the next command do `sudo pip install` if you get permission-denied errors72 $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .86 This is likely because :code:`pip` doesn't own the offending dependency,90 :code:`pip install --ignore-installed $OFFENDING_DEPENDENCY`[all …]
36 py-pip ${'\\'}43 RUN pip install --upgrade pip==19.3.144 RUN pip install virtualenv45 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.15.0 twisted==17.5.048 RUN pip install --upgrade google-api-python-client
31 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.732 RUN pip install --upgrade pip==19.3.133 RUN pip install virtualenv==16.7.934 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.036 RUN pip install twisted h2==2.6.1 hyper
34 py-pip \41 RUN pip install --upgrade pip==19.3.142 RUN pip install virtualenv43 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.046 RUN pip install --upgrade google-api-python-client
12 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.713 RUN pip install --upgrade pip==19.3.114 RUN pip install virtualenv==16.7.915 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.15.0 twisted==17.5.0
22 export PIP=${PIP:-pip}26 "${PIP}" install --upgrade cython102 "${PIP}" install -rrequirements.txt106 "${PIP}" install futures>=2.2.0109 "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/"110 "${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"139 "${PYTHON}" -m virtualenv venv || { "${PYTHON}" -m pip install virtualenv==16.7.9 && "${PYTHON}" -m…140 venv/bin/python -m pip install "twine<=2.0"
22 python-pip \29 RUN pip install --upgrade pip==19.3.130 RUN pip install virtualenv31 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
63 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.764 RUN pip install --upgrade pip==19.3.165 RUN pip install virtualenv==16.7.966 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.069 RUN pip install --upgrade google-api-python-client oauth2client