We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a13117 commit ad1c5e9Copy full SHA for ad1c5e9
1 file changed
specs/python/update_pip.yml
@@ -0,0 +1,9 @@
1
+---
2
+name: Update all pip3 packages
3
+command: "pip3 list --outdated --format=freeze | cut -d = -f 1 | xargs -n1 pip3 install -U"
4
+tags: ["python"]
5
+description: Update all your pip3 packages in one go.
6
+source_url: "https://gist.github.com/kikulikov/898108545ad3297966111aeacf44def7"
7
+author: Kirill Kulikov
8
+author_url: "https://github.com/kikulikov"
9
+shells: []
0 commit comments