ubuntu18 04解除安裝Anaconda3

2021-10-24 02:24:36 字數 972 閱讀 6864

1、刪除anaconda3資料夾

rm

-rf ~/anaconda3

2、刪除環境配置

(1)開啟環境配置檔案

sudo gedit ~/

.bashrc

(2)刪除配置檔案中的路徑

即把以上檔案中的export path="/home/usrname/anaconda3/bin:$path"刪除或者注釋掉,其中usrname表示你的使用者名稱。由於這段**處於條件語句中,需把整個條件語句刪除或注釋掉。

# >>> conda initialize >>>

# !! contents within this block are managed by 'conda init' !!

#__conda_setup="$('/home/usrname/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"

#if [ $? -eq 0 ]; then

# eval "$__conda_setup"

#else

# if [ -f "/home/usrname/anaconda3/etc/profile.d/conda.sh" ]; then

# . "/home/usrname/anaconda3/etc/profile.d/conda.sh"

# else

# export path="/home/usrname/anaconda3/bin:$path"

# fi

#fi#unset __conda_setup

# <<< conda initialize <<<

3、更新環境變數,使更改生效

source ~/

.bashrc

ubuntu 18 04 解除安裝 mysql5 7

烏班圖18.04解除安裝mysql。報錯 can t connect to local mysql server through socket var run mysqld mysqld.sock 準備解除安裝了重新裝 試了半天 先關閉 sudo service mysql stop然後刪除相關依賴...

Ubuntu18 04下解除安裝CUDA11 0

由於深度學習部分 僅支援cuda11.0版本之前的pytorch,pytorch官網也沒有提供與cuda11.0配套的版本,因此決定解除安裝cuda11.0,但是網上也都是11.0版本之前的解除安裝方式,因此按照網上的方法進行解除安裝,由於本人linux作業系統不熟,只能自己嘗試 首先在安裝完cud...

Ubuntu18 04 系統安裝

swap 4096 55g 需要放各種軟體 sudo apt get update sudo apt get install openssh server 無法獲得鎖 var lib dpkg lock open 11 資源暫時不可用 e 無法鎖定管理目錄 var lib dpkg 是否有其他程序正...