最終更新:2022-08-24 (水) 10:06:23 (604d)  

conda info
Top / conda info

作成された仮想環境を確認

Display information about current conda install.

オプション

  • conda info -a?すべて表示
    conda info -e環境の一覧
    conda info -s?環境変数の一覧

help

  • usage: conda-script.py info [-h] [--json] [-v] [-q] [-a] [--base] [-e] [-s]
                                [--unsafe-channels]
    
    Display information about current conda install.
    
    Options:
    
    optional arguments:
      -h, --help         Show this help message and exit.
      -a, --all          Show all information.
      --base             Display base environment path.
      -e, --envs         List all known conda environments.
      -s, --system       List environment variables.
      --unsafe-channels  Display list of channels with tokens exposed.
    
    Output, Prompt, and Flow Control Options:
      --json             Report all output as json. Suitable for using conda
                         programmatically.
      -v, --verbose      Use once for info, twice for debug, three times for
                         trace.
      -q, --quiet        Do not display progress bar.

関連