Last active
August 29, 2015 14:16
-
-
Save jnmclarty/74ec9ea77b2b5e163d88 to your computer and use it in GitHub Desktop.
Commands for New VMs
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
sudo apt-get update | |
sudo apt-get install virtualbox-guest-dkms | |
sudo apt-get install git | |
sudo apt-get install python-pip | |
sudo pip install spyder | |
sudo pip install matplotlib | |
sudo apt-get install python-qt4 python-sphinx python-numpy python-pandas | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment