How to install Anaconda python for all users?
Anaconda Cluster from Continuum that addresses these issues. Check out https://docs.continuum.io/anaconda-scale/
The installer lets you install anywhere. You can install it to a global location, like /opt/anaconda
.
Add the anaconda PATH to /etc/profile
:
for anaconda 2 :
PATH=$PATH:$HOME/anaconda/bin
for anaconda 3 :
PATH=$PATH:$HOME/anaconda3/bin
and then :
source /etc/profile