Last active
March 28, 2021 03:11
-
-
Save pythonicrubyist/7590610 to your computer and use it in GitHub Desktop.
Setting up a Python Data Analysis Environment on Ubuntu LTS 12.04 or Linux Mint 13.
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 install libatlas-base-dev | |
sudo apt-get install gfortran | |
sudo apt-get install python-matplotlib | |
sudo pip install numpy | |
sudo pip install pandas | |
sudo pip install scipy | |
sudo pip install patsy | |
sudo pip install matplotlib | |
sudo pip install jinja2 | |
sudo pip install ipython[all] | |
sudo /usr/local/bin/ipython notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment