Python dependences

Grant Edwards grant.b.edwards at gmail.com
Tue Apr 21 11:58:32 EDT 2020


On 2020-04-21, jorge.conforte at inpe.br <jorge.conforte at inpe.br> wrote:

> I've already used the python list to clear up some doubts.  It's
> been about a year since I started using Python in my projects and I
> still have some doubts. For those who have always used IDL, this
> change is a little difficult. I already have Ptyhon 3.8 installed,
> on Linux. To clear up any doubts, what is the best method to install
> Python dependencies, for example: numpy, matplolib, netcdf, gdal,
> etc. Should I use PIP, conda or install using Conda.

Ideally, none of the above.  Use the packaging system your
distribution uses for everything else.  On most Linux systems
installing lots of stuff "outside" the normal package system results
in headaches...

--
Grant




More information about the Python-list mailing list