local Anaconda

$ wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86_64.sh

$ bash Anaconda3-5.2.0-Linux-x86_64.sh -p $HOME/anaconda3

$ echo "# Next line makes anaconda my default python, comment out with # to disable this" >> ~/.bashrc
$ echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc

$ source ~/.bashrc

https://research.computing.yale.edu/support/hpc/user-guide/local-anaconda-installation

https://repo.continuum.io/archive/

Last updated

Was this helpful?