作成日: 2021/07/24 更新日: 2023/03/25 サイトの紹介と使い方
仮想環境のリスト
$ conda info -e
仮想環境の作成
$ conda create -n 環境名
仮想環境の起動
$ conda activate 環境名
仮想環境の終了
$ conda deactivate
仮想環境の削除
$ conda remove -n 環境名 —all
$ pip show パッケージ名
$ pip freeze
メールアドレス:
作成日: 2021/07/24 更新日: 2023/03/25 サイトの紹介と使い方
仮想環境のリスト
$ conda info -e
仮想環境の作成
$ conda create -n 環境名
仮想環境の起動
$ conda activate 環境名
仮想環境の終了
$ conda deactivate
仮想環境の削除
$ conda remove -n 環境名 —all
$ pip show パッケージ名
$ pip freeze
メールアドレス: