Last active
November 29, 2016 01:00
-
-
Save joetechem/8f12bb4375c5ad56f4ced0f8b3775364 to your computer and use it in GitHub Desktop.
script to run for chbooks
This file contains 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/local/bin/bash | |
apt-get --assume-yes install matplotlib | |
apt-get --assume-yes install idle | |
apt-get --assume-yes install git | |
apt-get --assume-yes install python-setuptools | |
apt-get --assume-yes install python-dev | |
apt-get --assume-yes install build-essential | |
easy_install pip | |
apt-get --assume-yes install git-cola | |
apt-get --assume-yes install python-numpy | |
apt-get --assume-yes install python-scipy | |
apt-get --assume-yes install python-pygame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment