This article applies to the newly-introduced small white, welcome Daniel to criticize correct.
Because you want to start data analysis, Python is not as concise as r and Matlab. There are many packages that need to be installed ~
Online find a lot of cattle people blog, want to CENTOS7 under the installation of numpy,scipy and so on, a start on the crazy forced, online guide post a lot, tried a lot of methods,
Around a lot of detours, summed up the experience ~
—————————————————————— Ornate Split Line ——————————————————————————
The simplest method:
Command line execution:
sudo yum-y install gcc gcc-c++ numpy python-devel scipy
The above Code Pro-test is available, however due to the previous centos7 under the python3.5, so in the installation of pandas when the unknown error,
So, an extraordinary journey of pits was opened
First, the CENTOS7 operating system comes with python2.7.5, and the previous tutorial is Python3, so it is natural to change to Python3.
Reference: http://blog.csdn.net/a450828540/article/details/46491849
However, after the Python3 soft connection is generated, the installation of the NUMPY,SCIPY package is not available, so the online search solution.
Did not find a good way, then I found the anaconda, opened the door of a new World ~
Anaconda comes with a variety of Python packages that address the intricacies of installing Python packages. It's a friend of Python.
First Officer network Download the latest Anaconda:
Https://www.continuum.io/downloads#_unix
After the download is complete to the specified folder
Bash anaconda2-4.0.0-linux-x86_64.sh
And then you're done.
NumPy, scipy and other Python packages installed under CentOS 7