On 2020-04-21, jorge.confo...@inpe.br <jorge.confo...@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


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to