location: anaconda

Institute of Mathematics - PublicMathWiki:

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 10 as of 2018-10-05 09:30:41

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

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
  • 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 addional packages you want to install)

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