HOW TO SETUP PYTHON ANACONDA IN CENTOS

This tutorial is part of our ongoing series on CentOS 7 help and tutorials.

CentOS is a minimalistic distribution by nature. It was designed that way and there are countless benefits to not including things that certain users will not need or find useful.

When it comes to Python, CentOS does come with a base Python package but not much else. For the Pythonic power users out there, a more comprehensive distribution is usually needed.

Anaconda is a distribution for both Python and R, very popular among data scientists and machine learning coders. Today, we will see how to set up Anaconda in your CentOS server.

This tutorial will assume that you’re running CentOS 6 or 7.

First, log into your server via SSH. Then, create a directory to install Anaconda (it can be /root, but creating something specific is recommended). In this example, the directory will be /anac.

Let’s navigate to the directory:

cd /anac

Next, let’s retrieve the latest download link from the official site:

https://www.continuum.io/downloads

Click on ‘Linux’ and select the 64-bit installer for your preferred Python version. Right click and then ‘Copy link address’

Then, go back to your SSH session and download the .sh file to your server:

wget https://repo.continuum.io/archive/Anaconda3-4.3.1-Linux-x86_64.sh

Once it’s done downloading, you can run the installer with the bash command:

bash Anaconda3-4.0.0-Linux-x86_64.sh

The installer will then begin and ask you a series of questions. Accepting the Terms and Conditions is pretty self-explanatory. Toward the end, when it asks if you want to append Anaconda to your OS’s PATH variable, select ‘Yes’. This will make running Conda commands a lot easier.

And there you have it! Anaconda is ready to be used. Here are some commands to get you started:

conda update NAME_OF_PACKAGE

conda install NAME_OF_PACKAGE

Note that Conda’s repo isn’t that extensive, so if you can’t find something through conda install, try pip install)

You might be wondering… why is it better to install Python through a third-party distribution instead of just updating the base Python that ships with CentOS? Good question. The simple answer is that CentOS ships with Python because the system actually needs it. If you update the core Python interpreter, you risk breaking certain OS utilities, such as yum. However, if you use a third-party distribution, you’re free to add/remove packages and update Python as much as you want, that your OS will remain fully operational.

Pro Tip #1: If you still decide to simply work with the base Python install, do not try to use Python 2.7 in CentOS 7. It’s not compatible. For using older versions of Python in CentOS 7, you must install a separate distribution of Python, like Anaconda.

Pro Tip #2: Depending on what you’re doing, sometimes running certain code, or getting certain packages installed in your environment, will require tools that CentOS doesn’t ship with. To solve that, install CentOS development tools, a comprehensive package of tools that will allow you to do basically anything needed for development on the system side:

yum groupinstall "Development tools"

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

Sat Sun Mon Tue Wed Thu Fri
 1234
567891011
12131415161718
19202122232425
262728293031  

Over 20000 Satisfied Customers!

From 24/7 support that acts as your extended team to incredibly fast website performance

Zelt staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue!

author
Technician, Diageo PLC

I'm using Zelt for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly.

author
Photographer, Allister Freeman

Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all.

author
Actor, A&J Artists

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Technician, Diageo PLC

Anytime I've had a problem I can't solve, I've found Zelt to be diligent and persistent. They simply won't let an issue go until the client is happy.

author
Doctor, SmartClinics

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Freelancer, Fiverr

24/7 World-Class Support

Ran into trouble? Contact our Customer Success team any time via live chat or email.

  • Receive professional WordPress support
  • Our specialists are available round
Get Support