location: Diff for "anaconda"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 20 and 45 (spanning 25 versions)
Revision 20 as of 2018-10-05 10:18:50
Size: 1497
Editor: daschil
Comment:
Revision 45 as of 2022-02-08 13:22:47
Size: 2044
Editor: dmorci
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
|| url: https://conda.io/docs/user-guide/index.html || https://wiki.ubuntuusers.com/Anaconda/ || || url: https://conda.io/docs/user-guide/index.html (en) || https://docs.anaconda.com/anaconda/install/linux/ (en)|| https://wiki.ubuntuusers.com/Anaconda/ (only in german) ||
Line 12: Line 12:
Warning: '''do NOT install anaconda on Thinlinc hosts''', as .bashrc will be modified and TL session can no longer be started
Line 13: Line 15:
 * open a terminal {{{
open a terminal (Path : user home)
Line 15: Line 18:
{{{
Line 22: Line 25:
then .. and following message appears
Line 25: Line 28:
-Do you accept the license terms? [yes|no] by yes -Do you accept the license terms? [yes|no]: yes
Line 28: Line 31:
/home/a/[your math login]/anaconda3 /home/a/[yourLogin]/anaconda3
Line 33: Line 36:

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

 * Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]: no
(Yes would require administration rights)
Line 34: Line 44:
 * 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]
Line 42: Line 47:
{{{
Line 43: Line 49:
(or other additional packages you want to install)
 * confirm the dialog "Proceed ([y]/n) by typing "y"
 * download of additional packages will be performed
(i.e pytorch, or other if you want additional packages)
Line 47: Line 51:
   * confirm the dialog "Proceed ([y]/n): y
}}}
 * download of additional packages will be performed
 * type anaconda-navigator
    * Wait until anaconda-navigator starts, which takes few moments
 * Open i.e. now jupyter

{{attachment:screenshot_anaconda_launch_Jupyterlab.png}}

{{attachment:screenshot_anaconda_Lab_Jupyterlab.png}}

Anaconda installation instructions

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

https://docs.anaconda.com/anaconda/install/linux/ (en)

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

Warning: do NOT install anaconda on Thinlinc hosts, as .bashrc will be modified and TL session can no longer be started

Download package

open a terminal (Path : user home)
 (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"
and following message appears

-Do you accept the license terms? [yes|no]: 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 later accept 
 * change to .bashrc /home/a/yourLogin/.bashrc ? [yes|no]: yes

 * Do you wish to proceed with the installation of Microsoft VSCode? [yes|no]: 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): y
  • download of additional packages will be performed
  • type anaconda-navigator
    • Wait until anaconda-navigator starts, which takes few moments
  • Open i.e. now jupyter

screenshot_anaconda_launch_Jupyterlab.png

screenshot_anaconda_Lab_Jupyterlab.png

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