On 1/4/20 11:03 PM, Hany Ferdinando wrote:
Yes, the main idea is using python via spyder and R. I installed spyder already but I could not install more library in spyder. As far as I knew, installing spyder via anaconda enabling me to add more package and library..
Sorry for the confusion. I didn't know about that "anaconda".
So, do I use "dnf install anaconda" from terminal?
No, that's the wrong one.
On Sat, Jan 4, 2020 at 12:29 AM Porfirio Andrés Páiz Carrasco <porfiriopaiz@gmail.com mailto:porfiriopaiz@gmail.com> wrote: I'm guessing you meant Anaconda the free and open-source distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment, right?
https://www.anaconda.com/distribution/ On Fedora the "Anaconda" Python distribution is not packaged as a whole distribution, only its package manager is on the repos: dnf search conda dnf info conda Here is the official documentation: https://conda.io/projects/conda/en/latest/index.html
To install it run "dnf install conda". I assume you use the "conda" command after that to install other things.