Re: Making sudo pip Safe

2016-12-13 Thread Nick Coghlan
On 13 December 2016 at 00:12, Neal Becker wrote: > Currently, pip3 --user installed stuff can be updated with: > pip3 install --upgrade --user $(pip3 list --user -o | cut -f 1 --delim=' ') > > But that isn't obvious/discoverable Note that upstream considers a bulk-upgrade command to be gated on

Re: Making sudo pip Safe

2016-12-13 Thread Nick Coghlan
On 12 December 2016 at 19:59, Tomas Orsava wrote: > On 12/12/2016 05:39 AM, Nick Coghlan wrote: >> On 11 December 2016 at 01:33, Donald Stufft wrote: >> The benefit of that approach is that it would not only solve the >> conflict between dnf and pip at the Fedora level, but also move the >> packa