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

Add pip install --upgrade --all command #10246

Closed
dukecat0 opened this issue Jul 31, 2021 · 1 comment
Closed

Add pip install --upgrade --all command #10246

dukecat0 opened this issue Jul 31, 2021 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@dukecat0
Copy link
Member

dukecat0 commented Jul 31, 2021

What's the problem this feature will solve?

Upgrade all outdated packages.

Describe the solution you'd like

(Optional) Listing outdated packages by:

$ pip list --outdated --format=freeze

Will upgrade the following packages:
[...]

Then upgrade the listed packages with command:

pip install --upgrade --all

Additional context

Refer to this: https://stackoverflow.com/questions/2720014/how-to-upgrade-all-python-packages-with-pip

@uranusjr
Copy link
Member

See discussion in #4551

@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Jul 31, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants