This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # CHANGE THIS FOR YOUR OWN DOMAIN NAME AND EMAIL | |
| email=YOUREMAIL@MAILBOX.COM | |
| domain=YOURDOMAIN.COM | |
| # Install anaconda and some other packages I often use | |
| wget https://repo.continuum.io/archive/Anaconda3-4.1.1-Linux-x86_64.sh | |
| bash Anaconda3-4.1.1-Linux-x86_64.sh -b | |
| echo 'PATH="/home/ubuntu/anaconda3/bin:$PATH"' >> ~/.bashrc |