Closed3
anacondaからminicondaに変更
# install miniconda
$ /bin/bash miniconda.sh -b -p /opt/miniconda3
$ rm miniconda.sh
# delete default repo
$ conda config --remove channels defaults
$ conda config --add channels conda-forge
github上で構築されている、コミュニティが主体となって管理しているパッケージコレクション
Anaconda 利用規約
このスクラップは6ヶ月前にクローズされました