59
40

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.

Anaconda仮想環境の名前を変更する方法

Last updated at Posted at 2018-04-24

#忘れないうちに個人的メモとして残す。

元ネタは、ゆるふわさんの以下の記事から。

http://paper.hatenadiary.jp/entry/2017/05/02/110302
ただし、--nとなっているのは-nに修正しときます。

conda create -n NEW_NAME --clone PREVIOUS_NAME
conda remove -n PREVIOUS_NAME --all

クローンして元の環境を削除

59
40
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
59
40

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?