Skip to content

Instantly share code, notes, and snippets.

@unnir
Last active January 18, 2018 19:48
Show Gist options
  • Save unnir/038b5a79b54394a40dd015833b31edf4 to your computer and use it in GitHub Desktop.
Save unnir/038b5a79b54394a40dd015833b31edf4 to your computer and use it in GitHub Desktop.
install anaconda, script, Ubuntu, python, command line
#!/usr/bin/env bash
wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
bash Anaconda3-5.0.1-Linux-x86_64.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment