location: Diff for "anaconda"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 13 and 14
Revision 13 as of 2018-10-05 09:35:25
Size: 1386
Editor: daschil
Comment:
Revision 14 as of 2018-10-05 10:15:49
Size: 1496
Editor: daschil
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
|| url:
|| url: https://conda.io/docs/user-guide/index.html || https://wiki.ubuntuusers.com/Anaconda/ ||
|| Installation ||
Line 34: Line 34:
 * press Enter to accept your home as installtion destination  * press Enter to accept your home as installation destination
Line 43: Line 43:
(or other addional packages you want to install) (or other additional packages you want to install)
Line 45: Line 45:
 * download of addonaion packages will be perfomred  * download of additional packages will be performed

Anaconda installation instructions

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

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

Installation

The following manual installs

  • Anaconda Navigator
  • Python 3
  • addional 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

  • open a terminal (i.e. Anaconda3-x.x.x-Linux-x86_64.sh)

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 installation destination
  • to PATH in your /home/a/daschil/.bashrc ? [yes|no]
  • Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]
  • close the terminal (to reload the new environment)
  • open a terminal
  • type conda install pytorch-cpu torchvision-cpu -c pytorch

(or other additional packages you want to install)

  • confirm the dialog "Proceed ([y]/n) by typing "y"
  • download of additional packages will be performed

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