Ubuntu
1: Download Anaconda2 V4.0.0 (Ubuntu from the Anaconda official online download, using Windows platform download upload to the domestic mailbox, and then download from the mailbox, speed up the obvious)
2: Install Anaconda
Bash/path to download file/anaconda2-4.0.0-linux-x86_64.sh
3: Create Conda Environment
# Create A new Conda environment with Python 2.7.x
Conda create-n gl-env python=2.7 anaconda=4.0.0
(if prompted Conda:command not found, use export path=~/anaconda2/bin: $PATH add Conda to System environment variables)
#Activate the Conda Environment
SOURCE Activate Gl-env
4: Make sure Pip is the latest version
#Ensure Pip is updated to the latest version
#miniconda users may need to install PIP, using ' Conda install Pip '
Conda update pip
(When the PIP is updated, the reminder code is run based on an update failure reminder, and then conda the update PIP) because the network problem fails
5: Install Graphlab Create
#Install your licensed copy of Graphlab Create