Re: pip list --outdated gives all packages

2017-05-30 Thread Cem Karan
On May 29, 2017, at 1:51 AM, Cecil Westerhof wrote: > On Monday 29 May 2017 06:16 CEST, Cecil Westerhof wrote: > >>> I'm completely flummoxed then; on my machines I get the 'old' >>> behavior. Can you try a completely clean Debian install somewhere >>> (maybe on a virtual box) and see what happ

Re: pip list --outdated gives all packages

2017-05-28 Thread Cecil Westerhof
On Monday 29 May 2017 06:16 CEST, Cecil Westerhof wrote: >> I'm completely flummoxed then; on my machines I get the 'old' >> behavior. Can you try a completely clean Debian install somewhere >> (maybe on a virtual box) and see what happens? I'm wondering if >> there is something going on with your

Re: pip list --outdated gives all packages

2017-05-28 Thread Cecil Westerhof
On Monday 29 May 2017 02:45 CEST, Cem Karan wrote: > > On May 27, 2017, at 11:10 AM, Cecil Westerhof wrote: > >> On Saturday 27 May 2017 16:34 CEST, Cem Karan wrote: >> >>> >>> On May 27, 2017, at 7:15 AM, Cecil Westerhof wrote: >>> On Saturday 27 May 2017 12:33 CEST, Cecil Westerhof wrote:

Re: pip list --outdated gives all packages

2017-05-28 Thread Cem Karan
On May 27, 2017, at 11:10 AM, Cecil Westerhof wrote: > On Saturday 27 May 2017 16:34 CEST, Cem Karan wrote: > >> >> On May 27, 2017, at 7:15 AM, Cecil Westerhof wrote: >> >>> On Saturday 27 May 2017 12:33 CEST, Cecil Westerhof wrote: >>> I wrote a script to run as a cron job to check i

Re: pip list --outdated gives all packages

2017-05-27 Thread Cecil Westerhof
On Saturday 27 May 2017 16:34 CEST, Cem Karan wrote: > > On May 27, 2017, at 7:15 AM, Cecil Westerhof wrote: > >> On Saturday 27 May 2017 12:33 CEST, Cecil Westerhof wrote: >> >>> I wrote a script to run as a cron job to check if I need to update >>> my Python installations. I migrated from openS

Re: pip list --outdated gives all packages

2017-05-27 Thread Cem Karan
On May 27, 2017, at 7:15 AM, Cecil Westerhof wrote: > On Saturday 27 May 2017 12:33 CEST, Cecil Westerhof wrote: > >> I wrote a script to run as a cron job to check if I need to update >> my Python installations. I migrated from openSUSE to Debian and that >> does not work anymore (pip2 and pip

Re: pip list --outdated gives all packages

2017-05-27 Thread Cecil Westerhof
On Saturday 27 May 2017 12:33 CEST, Cecil Westerhof wrote: > I wrote a script to run as a cron job to check if I need to update > my Python installations. I migrated from openSUSE to Debian and that > does not work anymore (pip2 and pip3): it displays the same with and > without --outdated. Anyone