About 431,000 results
Open links in new tab
  1. GitHub - pypa/get-pip: Helper scripts to install pip, in a Python ...

    get-pip.py is a bootstrapping script that enables users to install pip in Python environments that don't already have it installed. You should not directly reference the files located in this …

  2. get-pip/ at main · pypa/get-pip · GitHub

    get-pip.py is a bootstrapping script that enables users to install pip in Python environments that don't already have it installed. You should not directly reference the files located in this …

  3. get-pip/README.md at main · pypa/get-pip · GitHub

    # get-pip.py `get-pip.py` is a bootstrapping script that enables users to install pip in Python environments that don't already have it installed. You should not directly reference the files …

  4. pip/docs/html/installation.md at main · pypa/pip · GitHub

    get-pip.py This is a Python script that uses some bootstrapping logic to install pip. Download the script, from https://bootstrap.pypa.io/get-pip.py. Open a terminal/command prompt, cd to the …

  5. get-pip/scripts/generate.py at main · pypa/get-pip · GitHub

    For `M.N/get-pip.py`, it would be " (M, N)". For the "default" get-pip.py, it would be " (M, N+1)" where M.N is the highest version in the rest of the mapping.

  6. Having difficulty installing and opening PIP in my windows 10 …

    Oct 28, 2022 · This seems to be a TLS or curl issue as the certificate can't be verified, causing curl to exit before it even gets a chance to download get-pip.py.

  7. anyeZHY/PyBlend: PyBlend: a package for Blender with Python

    With PyBlend, you can effortlessly render multi-view images from a single OBJ file. Using the provided command, you’ll be able to generate an impressive set of 30 images.

  8. GitHub - pypa/pip: The Python package installer

    The Python package installer. Contribute to pypa/pip development by creating an account on GitHub.

  9. Issue with "python3 get-pip.py --user" with python 3.6.7 - GitHub

    Feb 23, 2019 · For clarity for folks dealing with this, this occurs because someone over on the Debian side decided to actively exclude distutils from the default python. We've flagged this to …

  10. `_distutils_hack` fails if called anything but `get-pip.py` · Issue ...

    Jan 19, 2022 · The distutils hack does have an exemption for pip to force it to use the stdlib distutils, but nothing specific to "get-pip.py", so I don't yet understand why the name of get-pip …