12
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntu 18.04 LTS から Anaconda をアンインストールする手順

Posted at

参考文献

1. Anaconda をインストールしたディレクトリを削除

$ rm -rf ~/anaconda3

2. ~/.bashrcから Anaconda への PATH を削除

~/.bashrc
# Anaconda Path
export PATH=/home/<user_name>/anaconda3/bin:$PATH
source ~/.bashrc

3. Anaconda 関連の隠しファイルを削除

rm -rf ~/.condarc ~/.conda ~/.continuum

以上

12
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?