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 ~/.bashrcLast updated