Skip to content

Instantly share code, notes, and snippets.

@SkamDart
Created July 14, 2017 03:44
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 SkamDart/94a58a83c1101b37be932ca91efff002 to your computer and use it in GitHub Desktop.
Save SkamDart/94a58a83c1101b37be932ca91efff002 to your computer and use it in GitHub Desktop.
# to run this and install some useful packages use
# chmod u+x kenneth_install.sh
# ./kenneth_install.sh
# homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# python3
brew install python3
# update package manager
pip3 install --upgrade pip
# install computing libraries
pip3 install jupyter numpy sympy scipy
@SkamDart
Copy link
Author

Kenneth, to get this locally and from your terminal run
curl https://gist.githubusercontent.com/SkamDart/94a58a83c1101b37be932ca91efff002/raw/32bb8067b07526f3b829aaa957ca12448cc98f7f/kenneth_install.sh -o "kenneth_install.sh"
then follow the instructions inside of it to install a few useful things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment