Closed3

anacondaからminicondaに変更

Chidoriashi1990Chidoriashi1990
# 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
このスクラップは6ヶ月前にクローズされました