location: Diff for "anaconda"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2018-10-05 08:59:06
Size: 62
Editor: daschil
Comment:
Revision 3 as of 2018-10-05 09:18:57
Size: 927
Editor: daschil
Comment: INSTAL
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Download package from https://repo.anaconda.com/archive/ = = anaconda installation instructions =

The following manual installs
- Anaconda Navigator
- Python 3
- the pytorch package (which only works for python 3)

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


* Download package from https://repo.anaconda.com/archive/
* open a terminal
{{{
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
chmod a+x Anaconda3-5.2.0-Linux-x86_64.sh
}}
* confirm the questions showed
-and press "ENTER"
then a questions
{{{
-Do you accept the license terms? [yes|no] by yes

anaconda3 will now be installed into this location:
/home/a/[your math login]/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below
}}}
press Enter to accept your home as installtion destination




anaconda installation instructions

The following manual installs - Anaconda Navigator - Python 3 - the pytorch package (which only works for python 3)

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

* Download package from https://repo.anaconda.com/archive/ * open a terminal

wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
chmod a+x Anaconda3-5.2.0-Linux-x86_64.sh
}}
* confirm the questions showed
-and press "ENTER" 
then a questions
{{{
-Do you accept the license terms? [yes|no] by yes

anaconda3 will now be installed into this location:
/home/a/[your math login]/anaconda3

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

press Enter to accept your home as installtion destination

PublicMathWiki: anaconda (last edited 2022-02-08 13:22:47 by dmorci)