Anaconda3 installation under Ubuntu environment

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_41591279/article/details/98453411

Anaconda3 download

 Tsinghua open source software mirror sites: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

The latest version can be downloaded under Linux environment

Download it to the Downloads directory

Anaconda3 installation

First, open a command terminal , switch under Downloads directory, execute bash Anaconda3-5.3.1-Linux-x86_64.sh command to start the installation, there will be a welcome screen

Then hit Enter to start the installation

 Whether to accept the license terms, enter yes to accept the

Set the installation path, try to use the default installation path, hit Enter to

Officially begin the installation

The installation is complete, ask whether you need to install VS, if necessary choice, no choice here

The installation is complete turn off the command terminal, re-open, enter python3 you will find running or Ubuntu version comes with python

This is when you need to configure the environment

In the command input terminal in order to look at three commands

sudo gedit ~/.bashrc
export PATH="/home/用户名/anaconda3/bin:$PATH"
source /home/用户名/.bashrc

 

 

 

 

Guess you like

Origin blog.csdn.net/qq_41591279/article/details/98453411