Ubuntu16.04 - Anaconda3 installation

1. Enter the Anaconda official website and copy the Anaconda3 download link address.
https://repo.continum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
2. Enter the terminal and enter the command:
wget https://repo.continum.io/archive/Anaconda3-5.1.0-Linux -x86_64.sh
to wait for download.
3. Enter the command:
bash Anaconda3-5.1.0-Linux-x86_64.sh -b
where -b refers to batch, that is, batch installation, which will automatically omit reading the License terms and automatically install to /home/[username]/ Anaconda3 path
4. Add the Anaconda path
Enter : sudo gedit ~/.bashrc Open the configuration file and
add the following path:
export PATH=/home/username/anaconda3/bin:$PATH
export ANACONDA_PATH=/home/username/anaconda3
save and close File
Enter the command: source ~/.bashrc to make the settings of user environment variables take effect (you can also restart)

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324421540&siteId=291194637