Yamamoto's Laboratory
 
環境設定
  コマンド
 
プログラム作成
  書き方
 
 
 
 
tkinter
 
 
 
 
 
 
コンピューター Python 環境設定:コマンド

Python環境設定: コマンドconda コマンドの使い方

conda を使った仮想環境について,説明します.仮想環境を使う理由,設定方法,使い方について述べます.

目次


cnda と ANACONDA の管理

コマンド 動作
conda info インストールされている conda の情報を表示します.
conda update conda conda パッケージと環境マネージャーを最新バージョンにアップデートします.
conda update andaconda anacondaメタパッケージ(condaコマンドでインストールする準備ができているパッケージのライブラリ)を更新します.

パッケージの管理

オプション 動作
clean 使っていないパッケージとキャッシュを削除します.
compare conda 環境のパッケージの比較を行います.
config Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file (/home/yamamoto/.condarc) by default.
create Create a new conda environment from a list of specified packages.
help Displays a list of available conda commands and their help strings.
info Display information about current conda install.
init Initialize conda for shell interaction. [Experimental]
install Installs a list of packages into a specified conda environment.
list List linked packages in a conda environment.
package Low-level conda package utility. (EXPERIMENTAL)
remove Remove a list of packages from a specified conda environment.
uninstall Alias for conda remove.
run Run an executable in a conda environment. [Experimental]
search Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages. See examples below.
update Updates conda packages to the latest compatible version.
upgrade Alias for conda update.

仮想環境を

コマンド 動作
conda deactivate 仮想空間から抜ける
アイテム アイテムに対する説明

ページ作成情報

参考資料

更新履歴



no counter