青岛英文网站建设服务公司,网站优化流程,网站如何改版,深圳做h5网站制作你可以按照以下步骤操作来删除Conda#xff1a; 首先#xff0c;停止所有conda环境。在终端中运行以下命令#xff1a; conda deactivate然后使用以下命令获取conda安装的路径#xff1a; which conda如果成功安装了conda#xff0c;该命令输出的路径应该是类似于这样的 首先停止所有conda环境。在终端中运行以下命令 conda deactivate然后使用以下命令获取conda安装的路径 which conda如果成功安装了conda该命令输出的路径应该是类似于这样的 /path/to/conda/bin/conda接下来卸载conda。使用以下命令 /path/to/conda/bin/conda install anaconda-clean这将安装anaconda-clean程序该程序可以轻松地卸载conda。 安装完成后运行以下命令 anaconda-clean这将提示您输入“yes”以确认卸载conda。 一旦卸载完成您需要从.bashrc文件中删除conda路径。运行以下命令 nano ~/.bashrc删除以下行 export PATH/path/to/conda/bin:$PATH这里的/path/to/conda应该是您在第2步中获取的conda安装路径。 保存并关闭文件。重新加载配置文件以使更改生效 source ~/.bashrc现在您已经成功地从centos系统中删除了Conda。 rootbogon:/home/test# conda --version
conda 4.8.2
rootbogon:/home/test#
rootbogon:/home/test# conda deactivate
rootbogon:/home/test#
rootbogon:/home/test# which conda
/root/anaconda3/condabin/conda
rootbogon:/home/test# /path/to/conda/bin/conda install anaconda-clean
-bash: /path/to/conda/bin/conda: No such file or directory
rootbogon:/home/test# /root/anaconda3/condabin/conda install anaconda-clean
Collecting package metadata (current_repodata.json): failedCondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/linux-64/current_repodata.json
Elapsed: -An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.https://repo.anaconda.com/pkgs/main/linux-64rootbogon:/home/test#