- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to install Matplotlib on Mac 10.7 in virtualenv?
To install Matplotlib in virtualenv, we can take the following steps in terminal −
- vritualenv <env_name e.g env>
- source env/bin/activate
- pip install matplotlib
- pip freeze > requirements.txt
- cat requirements.txt (To see the Matplotlib details)
- Related Articles
- How to install Selenium WebDriver on Mac OS?
- How to install libxml2 with python modules on Mac?
- How to install NumPy for Python 3.3.5 on Mac OSX 10.9?
- How to activate virtualenv on Linux?
- How to install matplotlib in Python?
- What is the most compatible way to install python modules on a Mac?
- How to install Matplotlib without installing Qt using Conda on Windows?
- How to set your python path on Mac?
- How to maximize plt.show() using Python on Mac?
- How to Install Python on Windows?
- How to Install Bower on Ubuntu
- How to install Doxygen on Ubuntu
- How to Install Grunt on Ubuntu?
- How To Install Jenkins on Ubuntu
- How to Install Webmin on Ubuntu

Advertisements