Timeline for How to upgrade all Python packages with pip
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 24, 2023 at 22:14 | comment | added | Snap |
I like this approach except this includes the lines Package and -------------- in the output that'll ultimately be be passed to pip install -U. I'm going to post an updated answer with my solution using sed and this approach without the above mentioned issue.
|
|
| Aug 2, 2023 at 21:25 | history | edited | Benjamin Loison | CC BY-SA 4.0 |
Add Bash syntax highlighting
|
| Feb 12, 2023 at 6:39 | history | edited | Peter Mortensen | CC BY-SA 4.0 |
Fixed the weird syntax highlighting (as a result, the diff looks more extensive than it really is - use view "Side-by-side Markdown" to compare).
|
| Dec 18, 2016 at 18:30 | history | edited | Shihao Xu | CC BY-SA 3.0 |
added 1 character in body
|
| Dec 17, 2016 at 20:12 | comment | added | AlessioX | However, this has to be marked as the final solution. Indeed the accepted answer will run all over your pip packages, which is a waste of time if you have to update only 1 or 2 packages. This solution, as instead, will run just all over the outdated packages | |
| Dec 17, 2016 at 20:11 | comment | added | AlessioX | @Reman: that is because you are using Pip v9.0.1. This is just a deprecation message meaning that some functionalities will not survive in a future Pip release. Nothing to be concerned about ;) | |
| Nov 26, 2016 at 14:01 | comment | added | Reman |
I received this warning DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
|
|
| Jul 2, 2016 at 0:45 | history | edited | Shihao Xu | CC BY-SA 3.0 |
added 10 characters in body
|
| Jun 26, 2016 at 12:19 | history | edited | Shihao Xu | CC BY-SA 3.0 |
added 16 characters in body
|
| Jun 15, 2016 at 2:38 | history | edited | Shihao Xu | CC BY-SA 3.0 |
added 88 characters in body
|
| Jun 15, 2016 at 2:31 | history | edited | Shihao Xu | CC BY-SA 3.0 |
added 56 characters in body
|
| Jun 10, 2016 at 4:05 | review | Late answers | |||
| Jun 10, 2016 at 4:11 | |||||
| Jun 10, 2016 at 3:47 | history | answered | Shihao Xu | CC BY-SA 3.0 |