当前位置:网站首页>Software configuration | Anaconda download, installation, environment configuration and uninstall
Software configuration | Anaconda download, installation, environment configuration and uninstall
2022-07-23 17:22:00 【MissMango0820】
This paper summarizes Anaconda Installation and download of 、 Installation and environment configuration and uninstallation .
Updated: 2022 / 7 / 18
software configuration | Anaconda download 、 Installation and environment configuration and uninstallation
download
It is recommended to go to the official website 1 Download the corresponding version on demand .
If the current network cannot connect to the external network , You can use the mirror website , On the server side wget Web address is enough 2.
Installation and environment configuration
After downloading the source file , Enter the directory where the downloaded file is located ,
Linux
such as , At this point, you will see Anaconda3-5.3.1-Linux-x86_64.sh, Open the terminal , Input
bash Anaconda3-5.3.1-Linux-x86_64.sh
Then there will be several operations , Just follow the prompts in the terminal , As shown in the figure below :
- Press
EnterKey to continue the installation ;
- Press down
enterAfter the key , The installation will stop temporarily , And amoreThe words... , You are required to read the agreement , Next, continue with multiple spaces orQTo jump over the text of the agreement ; - Input
yesTo accept the agreement ;
- Input
yesTo configure the system environment to initializeAnaconda;
- Whether to install
vscode? On demand inputyesperhapsno
After installation , You need to exit the terminal , Enter again to entercondacommand .
Or if you don't want to quit , Input in the terminalsource .bash_profileRefresh the environment variables , Input againcondacommand .
Potential problems and solutions
conda: command not found
Problem description
Input in the terminal conda, But it shows that conda: command not found3.
resolvent
Input in the terminal
bash Anaconda3-5.3.1-Linux-x86_64.sh -u
To reinstall the process .
During installation , We need to pay attention to , In the 4 Step requires input yes, As shown in the figure below :
choice yes And after installation , confirm ~/.bashrc The corresponding environment variables have been added in , As shown in the figure below :
Input in the terminal source ~/.bashrc, Run again conda that will do .
uninstall
Please refer to here for the unloading steps 4:
- Delete the whole anaconda Catalog
becauseAnacondaThe installation files of are contained in a directory , So delete the directory directly . To include the wholeanacondaUnder the folder of the directory , Delete the entire directory :
rm -rf Anaconda3 The installation path
- clear
.bashrcMediumAnacondaroute
Open the terminal and input :
sudo gedit ~/.bashrc
stay .bashrc end of file , Delete or comment Anaconda3 Something written
# added by Anaconda3 5.3.1 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/home/vision/Softwares/Anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/home/vision/Softwares/Anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/vision/Softwares/Anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/home/vision/Softwares/Anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
Save and close file
- Make it effective immediately , Execute at the terminal :
source ~/.bashrc
- Turn off the terminal , Then restart a new terminal , This is an important step , Otherwise, it is bound to the original terminal
Anaconda3.
Reference link
边栏推荐
- 在 Kotlin 中使用 Flow Builder 创建流
- Preliminary tutorial of Hezhou esp32c3 PIO Arduino development framework based on vscode
- 零基础怎么自学软件测试?十年测试老鸟最强软件测试学习路线图
- When does MySQL use table locks and row locks?
- benthos杂记
- 死磕遞歸1:遞推公式
- 59.雷电安全常识
- Preliminary understanding of string
- Closure of JS
- Mysql: MySQL problem that is not a MySQL problem
猜你喜欢

【flask高级】从源码深入理解flask路由之endpoint
[web vulnerability exploration] SQL injection vulnerability

Explain SQL optimization in detail

食品安全|选购益生菌类产品,你必须知道的八件事

JS if the decimal is 0, subtract it, not keep it

Pymoo学习 (4): 多标准决策

排序-介绍,代码思路,使用建议,代码实现-1

软件测试计划包括哪些内容,测试计划如何编写。分享测试计划模板

IR Drop 、EM、Noise 和Antenna

12张图+6K字图解ZGC垃圾回收器及调优技巧
随机推荐
Pymoo学习 (3):使用多目标优化找到最优解的集合
来自某学生的求助,干了,闲暇能帮就帮一把!
Investment and finance report this week: Web3 game bear market attracts gold
【flask高级】从源码深入理解flask路由之endpoint
SQL報錯盲注詳解
Weisfeiler-Lehman图同构测试及其他
Detailed explanation of SQL error reporting and blind annotation
Function secondary development / plug-in development of JMeter (detailed version)
gom及gee架设黑屏的原因以及个别装备地图不显示怎么办?
Could not load dynamic library ‘cudnn64_8.dll‘; dlerror: cudnn64_8.dll not found
oracle 数据库 11C 之后版本使用 memory_target 自动内存管理
二十四节气之大暑
PWN entry (3) heap
[MySQL]一、MySQL起步
makefile 常用函数notdir、wildcard、patsubst
benthos杂记
食品安全|巧克力也有真假?关于它你了解多少
Solution for iPhone unable to open openv** file
软件配置 | Pycharm下载、安装及环境配置和卸载
OpenIM重大升级-群聊读扩散模型发布 群管理功能升级