About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
smarco17
4/19/2020 - 12:07 AM
share
Share
add_circle_outline
Save
conda_コマンド
conda_command.md
content_copy
file_download
Rendered
Source
インストール
conda install "パッケージ名"
conda install -c "チャネル名" "パッケージ名"
検索
conda search "パッケージ名"
conda search -c "チャネル名" "パッケージ名"
仮想環境
conda info -e
conda create -n "環境名" --python="バージョン"
source active "環境名"
source deactivate
clear