ubuntu16.04 anaconda3 installation

1, using the mirror source download Tsinghua

1 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.1.0-Linux-x86_64.sh

2, installation

1 bash Anaconda3-5.1.0-Linux-x86_64.sh

Has been entered yes, wait until prompted to install vscode, if no input is already installed on the line.

3, modify environment variables

1 sudo gedit ~/.bashrc

In the file, add:

1 export PATH="/home/cxl/anaconda3/bin:$PATH"

Which cxl be replaced with your own name.

Then enter:

1 source ~/.bash

4. Testing the installation

Python command input, then the output information includes Anaconda successful installation.

Guess you like

Origin www.cnblogs.com/lxc1910/p/11099461.html