Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip Upgrade All #5446

Closed
diloreto opened this issue May 27, 2018 · 2 comments
Closed

Pip Upgrade All #5446

diloreto opened this issue May 27, 2018 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@diloreto
Copy link

What's the problem this feature will solve?

Can we implement a feature (parameter?) to upgrade all packages at once? This has been a feature request for a while, and people have only been able to solve it via bash scripts. In fact it has been upvoted on SO almost 1600 times as of today.

Describe the solution you'd like

I'd love to just type in something like pip upgrade all (with proper flags for global/local) and all packages upgrade.

I have X python packages installed and don't want to upgrade each one at a time.

Alternative Solutions

The current only solution is to use Unix bash in conjunction with Pip to upgrade. Here is the exact code that people are using (from SO):
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

Additional context

Please see the SO page, this request has been upvoted ~1400 times.
Thanks!

@pradyunsg
Copy link
Member

Duplicate of #4551

@pradyunsg pradyunsg marked this as a duplicate of #4551 May 27, 2018
@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants