Condaの公式サイトからインストーラーをダウンロードします。
$ curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
MiniCondaをインストールする
$ bash ~/Miniconda3-latest-Linux-x86_64.sh
インストール結果を確認する
$ conda -V
以上です。
Go to list of users who liked
Condaの公式サイトからインストーラーをダウンロードします。
$ curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
MiniCondaをインストールする
$ bash ~/Miniconda3-latest-Linux-x86_64.sh
インストール結果を確認する
$ conda -V
以上です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked