Install Anaconda under Linux

Download the installation package

Tsinghua Open Source Software Mirror Station: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
Insert image description here Just choose to save the file when downloading.
Insert image description here

Install Anaconda

Enter the download directory, right-click on a blank space and select Open in Terminal.
Insert image description hereEnter the command: bash Anaconda3-4.2.0-Linux-x86_64.sh, the second half of which is the full name of the downloaded file. Then click Enter to continue the installation. You will then enter the registration information content, click q to skip reading.
Insert image description hereEnter yes to agree to the agreement.
Insert image description hereThe location where Anaconda will be installed will then be displayed. Generally, it is in the home directory /home by default. Click Enter to continue. Finally, enter yes to agree to configure the environment variables. The installation is now complete.
Insert image description hereOpen a terminal and enter conda -Vto view the conda version;
enter source activate rootto enter the root environment;
enter pythonto run the python interpreter.
Insert image description here

Guess you like

Origin blog.csdn.net/Wenyuanbo/article/details/121980816