Created
February 18, 2015 03:40
-
-
Save wrobstory/d59490da0d86d0973709 to your computer and use it in GitHub Desktop.
Matplotlib Wheel
This file contains hidden or 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
Robs-MacBook-Pro:WASKOMDROOLS robstory$ virtualenv .env | |
New python executable in .env/bin/python2.7 | |
Also creating executable in .env/bin/python | |
Installing setuptools, pip...done. | |
Robs-MacBook-Pro:WASKOMDROOLS robstory$ source .env/bin/activate | |
(.env)Robs-MacBook-Pro:WASKOMDROOLS robstory$ pip install matplotlib | |
Downloading/unpacking matplotlib | |
Downloading matplotlib-1.4.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (47.6MB): 47.6MB downloaded | |
Downloading/unpacking nose>=0.11.1 (from matplotlib) | |
Downloading nose-1.3.4-py2-none-any.whl (154kB): 154kB downloaded | |
Downloading/unpacking pytz (from matplotlib) | |
Downloading pytz-2014.10-py2.py3-none-any.whl (477kB): 477kB downloaded | |
Downloading/unpacking six>=1.4 (from matplotlib) | |
Downloading six-1.9.0-py2.py3-none-any.whl | |
Downloading/unpacking numpy>=1.6 (from matplotlib) | |
Downloading numpy-1.9.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.6MB): 3.6MB downloaded | |
Downloading/unpacking python-dateutil (from matplotlib) | |
Downloading python_dateutil-2.4.0-py2.py3-none-any.whl (175kB): 175kB downloaded | |
Downloading/unpacking mock (from matplotlib) | |
Downloading mock-1.0.1.tar.gz (818kB): 818kB downloaded | |
Running setup.py (path:/Users/robstory/src/tmp/WASKOMDROOLS/.env/build/mock/setup.py) egg_info for package mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Downloading/unpacking pyparsing>=1.5.6,!=2.0.0 (from matplotlib) | |
Downloading pyparsing-2.0.3-py2.py3-none-any.whl | |
Installing collected packages: matplotlib, nose, pytz, six, numpy, python-dateutil, mock, pyparsing | |
Running setup.py install for mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Successfully installed matplotlib nose pytz six numpy python-dateutil mock pyparsing | |
Cleaning up... | |
(.env)Robs-MacBook-Pro:WASKOMDROOLS robstory$ pip freeze | |
matplotlib==1.4.3 | |
mock==1.0.1 | |
nose==1.3.4 | |
numpy==1.9.1 | |
pyparsing==2.0.3 | |
python-dateutil==2.4.0 | |
pytz==2014.10 | |
six==1.9.0 | |
wsgiref==0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment