Anaconda
  • Introduction
  • basic
  • nlp
  • extension
  • server extension
  • raspberry
  • tensorflow
  • tf-nightly CPU
  • local Anaconda
Powered by GitBook
On this page

local Anaconda

Previoustf-nightly CPU

Last updated 5 years ago

Was this helpful?

CtrlK

Was this helpful?

$ 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/