LoginSignup
55
40

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

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

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