summarylogtreecommitdiffstats
path: root/anaconda2.install
blob: 1f50f2d8a5f0cee4fffe081e150e56c2e222965f (plain)
1
2
3
4
5
6
post_install(){
	echo -e "Please run\n"
	echo -e "\t$ source /opt/anaconda2/bin/activate root"
	echo -e "\t$ source /opt/anaconda2/bin/deactivate root"
	echo -e "\nto activate and deactivate the anaconda enviroment.\n"
}