question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update get-pipenv.py to use up-to-date pip

See original GitHub issue

Links:

The issue is that get-pipenv.py at the moment contains pip==9.0.1 which is a little bit outdated. New releases of pip contain a lot of bug fixes (see changelog).

I understand that this script is used only once to bootstrap the system, but anyway it’s better to use an up-to-date version.

If you think that it’s worth updating, then I would be happy to provide a PR.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
frostmingcommented, May 25, 2020

I had a look at get-pip.py and realized that it can be used to install other packages than pip, setuptools and wheel.

Can you please try the following command to see if it works?

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python get-pip.py pipenv

If so, we just remove that file and update the documentation.

0reactions
oz123commented, Jan 23, 2022

Fixed in #4920 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pipenv and S2I: A better way to manage Python ...
If you're already using Python, you can get Pipenv by executing: pip install pipenv. Copy snippet. Once the Pipenv package is installed, ...
Read more >
pipenv · PyPI
Create a new project using Python 3.7, specifically: $ pipenv --python 3.7 ... it from Pipfile. update Runs lock, then sync. verify Verify...
Read more >
Pipenv & Virtual Environments - Python Packaging Authority
This tutorial walks you through installing and using Python packages. ... Updated Pipfile.lock (fe5a22)! Installing dependencies from Pipfile.lock (fe5a22).
Read more >
pipenv Documentation - Read the Docs
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the. Python...
Read more >
How to install dependencies from a copied pipfile inside a ...
use pipenv sync to install all packages specified in Pipfile.lock. ... is to create a new virtual environment using python 3 in my...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found