6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 18.04 LTS に Anaconda をインストールする手順

Posted at

参考文献

1. Anaconda のインストールスクリプトをダウンロード

  1. アーカイブから環境に合ったスクリプトを選択
  2. ダウンロード
$ cd /tmp
$ curl -O https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh

2. インストールスクリプトを実行

$ bash Anaconda3-2020.02-Linux-x86_64.sh
  • Enter を押し続ける
Do you accept the license terms? [yes|no]
>>> yes

Anaconda3 will now be installed into this location:
/home/<user_name>/anaconda3
>>> [Enter] そのまま続行 / [Ctrl+c] インストール中断 / [任意のPATH] インストール場所を変更 
  • インストール開始
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
>>> yes
  • yes: 今後 python が Anaconda から起動される
  • no: 特に変化なし(※おそらく)

以上

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?