nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

Upgrading system pip may cripple the system #40

Closed stdedos closed 3 years ago

stdedos commented 4 years ago

At least in Ubuntu 16.04, upgrading system pip was not a very sensible action (required sudo apt-get purge python-pip && sudo apt-get install python-pip to recover)

https://github.com/nicolargo/glancesautoinstall/blob/e2a5539523a35159b1a668458f0bc06befe15ae3/install.sh#L137

If your only goal is to avoid having some specific broken version, it might be nice to indicate so.

nicolargo commented 3 years ago

Solved in last commit

stdedos commented 3 years ago

Duplicate of https://github.com/nicolargo/glances/issues/1755 I guess :-D