Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

How to Install Anaconda in Linux Mint!
Latest   Machine Learning

How to Install Anaconda in Linux Mint!

Last Updated on July 20, 2023 by Editorial Team

Author(s): Garima Nishad

Originally published on Towards AI.

Programming, Systems

Too hectic? Not anymore!

  • Go to this link where you’ll be able to download the installer provided by “Anaconda Distribution”

https://www.anaconda.com/distribution/

I wanted a Python 3.7 version but you can choose either of them.

  • Later open a terminal using the ctrl+T command & go to the Downloads folder. If you did not download to your Downloads directory, replace ~/Downloads/ with the path to the file you downloaded.
  • Then you’ll need to run bash command which is as follows:
bash ~/Downloads/Anaconda2-2019.07-Linux-x86_64.sh

Now keep pressing enter till it asks –

  • Do you accept the license terms? [yesU+007Cno]
  • Do you wish the installer to initialize Anaconda3
    by running conda init? [yesU+007Cno]

The installer finishes and displays “Thank you for installing Anaconda<2 or 3>!”

Close and open your terminal window for the installation to take force, or you can enter the command

source ~/.bashrc
  • Now, open a terminal window and type anaconda-navigator. If Navigator opens, you have successfully installed Anaconda. If not, check that you completed each step above, or refer to the original website.
Gif

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓