Re: Install matplotlib in Debian 9

2018-06-20 Thread kamaraju kusumanchi
On Mon, Jun 11, 2018 at 2:40 PM, Markos wrote: > > As I prefer more stability than "updability" I will install the package: > > apt-get install python3-matplotlib Mark has already given you some excellent advice. But in some instances, just apt-getting a package is not sufficient. For example,

Re: Install matplotlib in Debian 9

2018-06-11 Thread Markos
Em 10-06-2018 21:18, Mark Fletcher escreveu: On Fri, Jun 08, 2018 at 09:21:23PM +0200, didier gaumet wrote: Le 08/06/2018 à 20:51, Markos a écrit : Hi, I'm starting my studies with Python 3 on Debian 9. I have to install the matplotlib module, but I'm in doubt what is the difference to

Re: Install matplotlib in Debian 9

2018-06-10 Thread Mark Fletcher
On Fri, Jun 08, 2018 at 09:21:23PM +0200, didier gaumet wrote: > Le 08/06/2018 à 20:51, Markos a écrit : > > Hi, > > > > I'm starting my studies with Python 3 on Debian 9. > > > > I have to install the matplotlib module, but I'm in doubt what is the > > difference to install with the command: >

Re: Install matplotlib in Debian 9

2018-06-08 Thread didier gaumet
Le 08/06/2018 à 20:51, Markos a écrit : > Hi, > > I'm starting my studies with Python 3 on Debian 9. > > I have to install the matplotlib module, but I'm in doubt what is the > difference to install with the command: > > pip3 install matplotlib > > or > > apt-get install python3-matplotlib >

Install matplotlib in Debian 9

2018-06-08 Thread Markos
Hi, I'm starting my studies with Python 3 on Debian 9. I have to install the matplotlib module, but I'm in doubt what is the difference to install with the command: pip3 install matplotlib or apt-get install python3-matplotlib Is there any difference in the packages that are installed?