Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update All Packages
#2
I've seen several posts that claim the following will work (I haven't tried it)
pip freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs -n1 sudo pip install -U

or if admin privileges needed:
sudo pip freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs -n1 sudo pip install -U
Reply


Messages In This Thread
Update All Packages - by Evil_Patrick - Feb-04-2020, 04:52 AM
RE: Update All Packages - by Larz60+ - Feb-04-2020, 11:55 AM
RE: Update All Packages - by snippsat - Feb-04-2020, 12:00 PM
RE: Update All Packages - by DeaD_EyE - Feb-04-2020, 01:31 PM
RE: Update All Packages - by Axel_Erfurt - Feb-04-2020, 04:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Python + Google Sheet | Best way to update specific cells in a single Update()? Vokofe 1 4,007 Dec-16-2020, 05:26 AM
Last Post: Vokofe
  unable to update packages russianponchik 0 2,260 Mar-29-2020, 04:18 PM
Last Post: russianponchik

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020