- Download the installer for Linux Anaconda at: continuum.io/downloads.
- In a terminal console, execute:
bash name_of_the_installer.sh
to install Anaconda. - Specify one location to install Anaconda. E.g.:
/home/user/Local/Software/Anaconda
. - Optionally, you can let the installer prepend the path of your Anaconda install location in
/home/user/.bashrc
.
/home/user/Local/Software/Anaconda/bin/spyder --reset
(only first time to reset previous possibly configurations).spyder
or if you did not prepend the path:/home/user/Local/Software/Anaconda/bin/spyder &
.
./pip install git+git://github.com/Theano/Theano.git
../pip install keras
.
- To uninstall:
rm -rf /home/user/Local/Software/Anaconda
. - If the installer prepended the path of your Anaconda install location, delete
/home/user/.bashrc-anaconda.bak
, open the file/home/user/.bashrc
and delete de lines added by Anaconda installer. - Optionally, delete:
~/.conda/
,~/.continuum/
,~/.spyderworkspace
,~/.spyder2-py3/
.