OneCDOnly / sherpa

A mini-package-manager for QNAP NAS
GNU General Public License v3.0
114 stars 13 forks source link

idea: check for Python upgrade & reinstall Python #163

Closed OneCDOnly closed 2 years ago

OneCDOnly commented 2 years ago

If a new Entware Python3 version exists, remove all base Python3 IPKGs and reinstall them (including PIPs). Upgrading these always seems to cause problems, so let's remove and reinstall them instead.

OneCDOnly commented 2 years ago
opkg remove python* --force-removal-of-dependent-packages
sherpa check

Works fine. 👍🏽