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

On Mon, Dec 12, 2016 at 8:48 AM Petr Viktorin <pvikt...@redhat.com> wrote:

> On 12/12/2016 01:39 PM, Neal Becker wrote:
> > I am one who was badly bitten by pip install into system in the past,
> > and I have been using pip --user since.  But there is one big usability
> > issue here, there isn't a trivially simple way to make sure packages
> > installed by pip are updated, much less automatically updated.  I think
> > it would be important for a change to --user by default to try to
> > address this issue.
>
> But --user doesn't address the issue of updating either.
>
>
> --
> Petr Viktorin
> _______________________________________________
> python-devel mailing list -- python-devel@lists.fedoraproject.org
> To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
>
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org

Reply via email to