In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install Anaconda3 in Ubuntu 18.04. The article is very detailed and has certain reference value. Interested friends must read it!
Anaconda refers to an open source Python distribution that contains more than 180 scientific packages such as conda, Python, and their dependencies. Because of the large number of scientific packages, Anaconda downloads are large (about 531 MB), and 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 (Anaconda version for Ubuntu 18.04):
Method 1: Download from Anaconda website, which takes time, as shown in Figure 1.
Fig. 1
Method 2: Download from Tsinghua University Open Source Software Mirror Site, as shown in Figure 2 and Figure 3.
Fig. 2
Fig. 3
2. install Anaconda
1) Open the terminal;
2) Open download file location: cd Downloads/
3) Run the.sh file:
bash Anaconda3-5.2.0-Linux-x86_64.sh
4) Enter the registration information page and enter yes;
Fig. 4
5) Read the registration information, then enter yes; view the location where the file will be installed, press enter to install, as shown in Figure 5;
Fig. 5
6) Enter the installation process, as shown in Figure 6;
Fig. 6
7) After the installation is completed, receive the prompt message to add environment variables, enter yes, as shown in Figure 7 (the landlord accidentally pressed the wrong button in the figure);
Fig. 7
8) See Figure 8. These messages indicate that the installation is complete.
Fig. 8
Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]",输入no;
10) Restart the terminal, you can use Anaconda3;
11) If you type python in the terminal, it will still display the Python version that comes with Ubuntu. We perform:
sudo gedit ~/.bashrcexport PATH="/home/xupp/anaconda3/bin:$PATH"source ~/.bashrc
Modify the default python of the terminal to anaconda, so far it is all completed.
That's all for "Ubuntu 18.04 How to Install Anaconda3". Thanks for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.