Anaconda Python 3.x

Anaconda is a free open-source Python distribution, intended for large-scale data processing and analysis, and scientific computing.

Download Anaconda Python 3.x:

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

 

Before running the script, make sure you have bzip2 installed:

# yum install bzip2

 

Make the script executable and run it:

# chmod +x Anaconda3-4.3.0-Linux-x86_64.sh
# ./Anaconda3-4.3.0-Linux-x86_64.sh

Welcome to Anaconda3 4.3.0 (by Continuum Analytics, Inc.)

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>
================
Anaconda License
================

Copyright 2016, Continuum Analytics, Inc.

All rights reserved under the 3-clause BSD License:
...

Do you approve the license terms? [yes|no]
>>> yes

Anaconda3 will now be installed into this location:
/root/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/root/anaconda3] >>>
PREFIX=/root/anaconda3
installing: python-3.6.0-0 ...
installing: _license-1.1-py36_1 ...
installing: alabaster-0.7.9-py36_0 ...
...
Do you wish the installer to prepend the Anaconda3 install location
to PATH in your /root/.bashrc ? [yes|no]
[no] >>> yes

Prepending PATH=/root/anaconda3/bin to PATH in /root/.bashrc
A backup will be made to: /root/.bashrc-anaconda3.bak


For this change to become active, you have to open a new terminal.

Thank you for installing Anaconda3!

Share your notebooks and packages on Anaconda Cloud!
Sign up for free: https://anaconda.org