-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
S: needs triageIssues/PRs that need to be triagedIssues/PRs that need to be triagedtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Description
Hi,
Pip still often recommends old style syntax for upgrading pip.
[notice] A new release of pip is available: 25.0.1 -> 25.1.1
[notice] To update, run: pip3 install --upgrade pip
We should probably target python3 -m pip install --upgrade pip
instead, as this module based syntax works more reliably across a multitude of different kinds of Python installations.
Expected behavior
No response
pip version
25.0.1
Python version
3.12.1
OS
Ubuntu 24.04
How to Reproduce
$ python -m pip install -r requirements.txt
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
S: needs triageIssues/PRs that need to be triagedIssues/PRs that need to be triagedtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Projects
Milestone
Relationships
Development
Select code repository
Activity