PublicMathWiki: anaconda

Anaconda installation instructions

url: https://conda.io/docs/user-guide/index.html

https://wiki.ubuntuusers.com/Anaconda/

The following manual installs

Note: anaconda and the related package installations shall be done by the user, hence being not performed by the Math Support Team

Download package

wget https://repo.anaconda.com/archive/Anaconda3-x.x.x-Linux-x86_64.sh
chmod a+x Anaconda3-x.x.x-Linux-x86_64.sh
./Anaconda3-x.x.x-Linux-x86_64.sh

confirm the questions showed
and press "ENTER"
then ..

-Do you accept the license terms? [yes|no] by yes

anaconda3 will now be installed into this location:
/home/a/[yourLogin]/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

and accept

(Yes would require administration rights)

(i.e pytorch, or other if you want additional packages)

PublicMathWiki: anaconda (last edited 2018-10-05 10:24:00 by daschil)