Changes

Jump to navigation Jump to search
918 bytes added ,  14:19, 15 May 2019
====Python Based====
*Now install Anaconda, so that we have python 3, and can pip install everything else. Instructions for installing Anaconda on Ubuntu 18.04LTS (e.g., https://docs.anaconda.com/anaconda/install/linux/) all recommend using the shell script. From https://www.anaconda.com/distribution/ the latest version is 3.7, so: cd /bulk/install curl -O https://repo.anaconda.com/archive/Anaconda3-2019.03-Linux-x86_64.sh sha256sum Anaconda3-2019.03-Linux-x86_64.sh As user researcher, run the installation (this installs python 3.7.3): bash Anaconda3-2019.03-Linux-x86_64.sh accept the install location: /home/researcher/anaconda3 accept the initialization by running conda init Flush the local env: source ~/.bashrc Now install tensorflow using pip (see https://www.tensorflow.org/install/pip): As root: apt install python3-pip apt install virtualenv pip3 install -U virtualenv  As researcher: cd /home/researcher   
**Tensorflow
*Theano

Navigation menu