Python Forum
PowerShell script file for updating packages
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PowerShell script file for updating packages
#9
Everything had to change because now the outdated files must be exported as a .json file. The good part is that there is a file name, old version, new version and sdist/wheel entry for each --outdated file. I plan to upgrade each file one at a time. If it returns and error then I will install the old version so nothing is broken. This method may be slower but I don't need to worry about excluding files. I will skip the sdist file though.

Another change is that I am using Linux Mint Debian Edition. It force me to use venv. Since each directory has its own venv there isn't a need upgrade as much plus it is a pain to upgrade package in 30+ different venvs.
Reply


Messages In This Thread
RE: PowerShell script file for updating packages - by pnachtwey - Feb-18-2024, 10:26 PM

Forum Jump:

User Panel Messages

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