April 2018
Beginner
238 pages
7h 13m
English
We first need to retrieve the script to install Anaconda. The wget command is used to retrieve files over the internet:
dan@cluster-jupyter-m:~$ wget http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh--2018-01-26 02:32:06-- http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.shResolving repo.continuum.io (repo.continuum.io)... 104.16.19.10, 104.16.18.10, 2400:cb00:2048:1::6810:120a, ...Connecting to repo.continuum.io (repo.continuum.io)|104.16.19.10|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 417798602 (398M) [application/x-sh]Saving to: ‘Anaconda3-4.0.0-Linux-x86_64.sh’Anaconda3-4.0.0-Linux-x86_64.sh 100%[=====================================================================] ...