Anaconda refers to an open source Python distribution that includes more than 180 scientific packages such as conda, Python, and their dependencies. Because it contains a large number of scientific packages, the download file of Anaconda is relatively large (about 531 MB). If you only need certain packages, or need to save bandwidth or storage space, you can also use Miniconda, a smaller distribution (containing only conda and Python). 1. Download Anaconda Download Anaconda3-5.2.0-Linux-x86_64.sh (the corresponding Anaconda version for Ubuntu 18.04): Method 1: Download from the Anaconda official website, which is time-consuming, as shown in Figure 1. Figure 1 Method 2: Download from Tsinghua University Open Source Software Mirror Site , as shown in Figures 2 and 3. Figure 2 Figure 3 2. Install Anaconda 1) Open the terminal; 2) Open the location where you downloaded the file: 3) Run the .sh file:
4) Enter the registration information page and enter yes; Figure 4 5) Read the registration information and enter Figure 5 6) Enter the installation process, as shown in Figure 6; Figure 6 7) After the installation is complete, you will receive a prompt to add environment variables. Enter Figure 7 8) See Figure 8, the information indicates that the installation is complete. Figure 8 9) When prompted "Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]", enter no. 10) Restart the terminal and you can use Anaconda3; 11) If you enter python in the terminal, the built-in python version of Ubuntu will still be displayed. We execute:
Change the default python of the terminal to anaconda, and everything is done. Summarize This is the end of this article about installing Anaconda3 on Ubuntu 18.04. For more information about installing Anaconda on Ubuntu, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Basic usage of UNION and UNION ALL in MySQL
>>: A Brief Analysis of Subqueries and Advanced Applications in MySql Database
By default, Flash will always be displayed at the ...
count(*) accomplish 1. MyISAM: Stores the total n...
1. How do I remove the blank space of a few pixels...
Vue recommends using templates to create your HTM...
Preface This article introduces the use of vue-ro...
Installing MySQL 5.7 from TAR.GZ on Mac OS X Comp...
Copy code The code is as follows: <!DOCTYPE ht...
Table of contents 1. Basic use 2. Several points ...
Folding display multi-line text component Fold an...
Problem: The partition where MySQL stores data fi...
Export database data: First open cmd and enter th...
This article shares the specific code for impleme...
Table of contents 1. The concept of process and t...
<br />Previous article: Web Design Tutorial ...
1. The difference between TEXT and BLOB The only ...