2
2

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 5 years have passed since last update.

Anacondaのアンインストール

2
Last updated at Posted at 2021-01-13

1. はじめに

Anacondaをインストールしたのだが、どうも調子が悪く使えないので
アンインストールしようと考えた。

参照サイト:Windows10でAnaconda/Minicondaをアンインストールする方法

2. Aanaconda-Clean

Anacondaのファイルシステムをほとんど理解していないため、Anaconda-Cleanを利用したい。
ところが、

conda install anaconda-clean

こちらのコマンドを実行するとどうやらcondaコマンドが使えないらしい。

PATHの追加をすることになった。

3. PATHの追加

コントロールパネル>>システムとセキュリティ>>システム>>システムの詳細設定>>環境変数で設定可能。

大学で少し学んだものの、詳しくは理解していない。
時間をかけた上で辿り着いたのがこちら。
C:\ProgramData\Anaconda3\Library\bin

ようやくcondaが使える!!

4. Anaconda-Cleanを再実行

というわけで続き。
anaconda-cleanはインストールできた。

$ anaconda-clean

...あれ?
'anaconda-clean' は、内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。

またか!!

結果、Anaconda-Clean.exeというファイルを自力で探し出し実行したらなんとか行けた。

5. Anaconda3のアンインストール

あとはコントロールパネル>>プログラム>>プログラムのアンインストールから
Anaconda3 (Python~)をアンインストールして終わりっと。
綺麗に消せてたらいいな。

6. まとめ

初めて記事を書いてみましたがなんだか楽しかったです。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?