Skip to content

Instantly share code, notes, and snippets.

@joetechem
Last active November 29, 2016 01:00
Show Gist options
  • Save joetechem/8f12bb4375c5ad56f4ced0f8b3775364 to your computer and use it in GitHub Desktop.
Save joetechem/8f12bb4375c5ad56f4ced0f8b3775364 to your computer and use it in GitHub Desktop.
script to run for chbooks
#! /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