LoginSignup
0
0

More than 1 year has passed since last update.

Anaconda Prompt で conda 仮想環境のリストを取得 アクティブ化

Last updated at Posted at 2022-05-29

conda 仮想環境のリストを取得する場合

Anaconda Promptで

conda info -e

で確認できます

通常、次のコマンドを使用してconda環境をアクティブ化します

source activate env_name

私が作成したkerasの環境をアクティブ化します

conda activate keras_env

conda環境 にインストール

#conda activate keras_env We ran the following in the virtual environment! 

#conda install notebook

#conda install -c conda-forge lightgbm

#conda install -c conda-forge xgboost

#conda install -c conda-forge pandas-profiling

#conda install -c conda-forge optuna

#conda install scikit-learn

#conda install -c conda-forge pycaret 
0
0
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
0
0