CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


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

SatSunMonTueWedThuFri
 12345
6789101112
13141516171819
20212223242526
27282930 

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost 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! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

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

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    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. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

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

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top