Skip to content

Instantly share code, notes, and snippets.

@danielhavir
Last active October 5, 2018 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielhavir/a0ae5df30759c0c3b4d1059f16bcb1c7 to your computer and use it in GitHub Desktop.
Save danielhavir/a0ae5df30759c0c3b4d1059f16bcb1c7 to your computer and use it in GitHub Desktop.
tput setaf 6; echo '#### Downloading and installing Anaconda ####'; tput sgr0;
wget https://repo.anaconda.com/archive/Anaconda3-5.3.0-Linux-x86_64.sh
bash ./Anaconda3-5.3.0-Linux-x86_64.sh
tput setaf 2; echo '#### Anaconda has been successfully installed ####'; tput sgr0;
# Stop Xorg
sudo systemctl stop lightdm.service
# Remove .deb packages and Anaconda installer
rm -f Anaconda* nvidia* cuda*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment