1. Download Anaconda (preferred website, but very slow)
- anaconda2-4.0.0-linux-x86_64.sh
- The Anaconda installation package can also be downloaded to https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/.
2. Configure some sources, otherwise too slow.
= = = Already successful, run the conda install numpy
test.
However, it is also convenient to build a virtual environment.
Create a virtual Environment Conda create-n ' environment name xxx ' python= ' version number '
conda config --add channels ‘https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/‘conda config --set show_channel_urls yes
Conda create-n python27 python=2.7. One
3. Activate download various libraries
SOURCE Activate Python27
Pip Install numpy;pip install pandas;pip install tensorflow;
Pip install jupyter;
4. Use
Source Activate Python27jupyter Notebook
TensorFlow Learning 1 Environment Building