location: Diff for "anaconda"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2018-10-05 08:59:06
Size: 62
Editor: daschil
Comment:
Revision 25 as of 2018-10-05 10:28:03
Size: 1706
Editor: daschil
Comment:
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 =

|| url: https://conda.io/docs/user-guide/index.html (english) || https://wiki.ubuntuusers.com/Anaconda/ (only in german) ||

The following manual installs
 * Anaconda Navigator
 * Python 3
 * additional 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-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

 * press Enter to accept your home as installation PATH
and accept
 * change to .bashrc /home/a/yourLogin/.bashrc ? [yes|no]

 * Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]
(Yes would require administration rights)
}}}
 * close the terminal (to reload the new environment)

 * open a terminal
{{{
 * type conda install pytorch-cpu torchvision-cpu -c pytorch
(i.e pytorch, or other if you want additional packages)

 * confirm the dialog "Proceed ([y]/n) by typing "y"
}}}
 * download of additional packages will be performed
 * type anaconda-navigator
    * Wait until anaconda-navigator starts, which takes few moments
 * Open jupyter




 

Anaconda installation instructions

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

https://wiki.ubuntuusers.com/Anaconda/ (only in german)

The following manual installs

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

 * press Enter to accept your home as installation PATH
and accept 
 * change to .bashrc /home/a/yourLogin/.bashrc ? [yes|no]

 * Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]
(Yes would require administration rights)
  • close the terminal (to reload the new environment)
  • open a terminal

 * type conda install pytorch-cpu torchvision-cpu -c pytorch 
(i.e pytorch, or other if you want additional packages)

 * confirm the dialog "Proceed ([y]/n) by typing "y"
  • download of additional packages will be performed
  • type anaconda-navigator
    • Wait until anaconda-navigator starts, which takes few moments
  • Open jupyter

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