Re: Removing old python packages installed with pip

2017-12-06 Thread Urs Thuermann
deloptes writes: > yes it is more or less safe - it depends how you let it install - perhaps > there is also something under /usr/local/bin Thanks, I'll do it then. And yes, there are 3 binaries in /usr/local/bin from the theano package with the same installation date, which I will also remove.

Re: Removing old python packages installed with pip

2017-12-06 Thread Urs Thuermann
Eike Lantzsch writes: > On Friday, December 1, 2017 3:24:47 PM -03 Urs Thuermann wrote: > > On a machine running Debian stretch I have installed python3, which is > > currently python3.5. Nothing of python3.4 is present. > > > > But in /usr/local/lib/python3.4/dist-packages/ a number of package

Re: Removing old python packages installed with pip

2017-12-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 02, 2017 at 09:27:43AM -0600, David Wright wrote: > On Fri 01 Dec 2017 at 12:42:35 (-0300), Eike Lantzsch wrote: [...] > > If you mix two different package installers the consequence is that one > > does > > not know about the other [..

Re: Removing old python packages installed with pip

2017-12-02 Thread David Wright
On Fri 01 Dec 2017 at 12:42:35 (-0300), Eike Lantzsch wrote: > On Friday, December 1, 2017 3:24:47 PM -03 Urs Thuermann wrote: > > On a machine running Debian stretch I have installed python3, which is > > currently python3.5. Nothing of python3.4 is present. > > > > But in /usr/local/lib/python3

Re: Removing old python packages installed with pip

2017-12-01 Thread deloptes
Urs Thuermann wrote: > Now, it seems pip3 isn't able to remove packages from that old > directory.  Is it safe to just rm -r /usr/local/lib/python3.4? yes it is more or less safe - it depends how you let it install - perhaps there is also something under /usr/local/bin regards

Re: Removing old python packages installed with pip

2017-12-01 Thread Eike Lantzsch
On Friday, December 1, 2017 3:24:47 PM -03 Urs Thuermann wrote: > On a machine running Debian stretch I have installed python3, which is > currently python3.5. Nothing of python3.4 is present. > > But in /usr/local/lib/python3.4/dist-packages/ a number of packages is > still installed. Probably,

Removing old python packages installed with pip

2017-12-01 Thread Urs Thuermann
On a machine running Debian stretch I have installed python3, which is currently python3.5. Nothing of python3.4 is present. But in /usr/local/lib/python3.4/dist-packages/ a number of packages is still installed. Probably, these have been installed using pip3 when python3.4 was current. Now, it