Sample of install Anaconda with python 3
https://www.digitalocean.com/community/tutorials/how-to-install-the-anaconda-python-distribution-on-ubuntu-16-04
1. Download from the official website https://www.continuum.io/downloads
or
$ curl -O https://repo.continuum.io/archive/Anaconda2-2.4.0-Linux-x86_64.sh
2. compare meta data
$ sha256sum Anaconda2-2.4.0-Linux-x86_64.sh
3. Install
$ sh Anaconda2-2.4.0-Linux-x86_64.sh
4. source
$ source ~/.bashrc
No comments:
Post a Comment