In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the relevant knowledge of "how to install python environmental management tool Miniconda under Linux". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how to install python environmental management tool Miniconda under Linux" can help you solve the problem.
Miniconda is a small python environment management tool, the installation package is only about 50m multi-point, and its installer includes conda package manager and Python. Once Miniconda is installed, you can use the conda command to install any other software toolkit, create an environment, and so on.
1. Download the latest version of miniconda:
Wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
2. Install in bash:
Sh Miniconda3-latest-Linux-x86_64.sh
3. After the installation is complete, close terminal, reopen it, and enter the following command to verify whether the installation is successful:
Conda-V
4. To uninstall, you can directly delete the installed folder and delete the corresponding environment variables:
Rm-rf / usr/local/miniconda/rm-rf / usr/local/anaconda/
After deletion, open the ~ / .bashrc file and delete the path variables of the following conda:
Export PATH= "/ usr/local/anaconda/bin:$PATH" export PATH= "/ usr/local/miniconda3/bin:$PATH" about "how to install python environment management tool Miniconda under Linux" ends here. Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
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.