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