Adding modules to Python3
问题 I am trying to use the library matplotlib, but can't get it to work with python3. The python 2.7.3 interpreter I have finds it without a problem though. What steps do I need to take for python3 to have access to this library? 回答1: To handle your Python packages, I suggest you rather use pip than your OS package manager. To install pip, just follow the instructions. wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py python ez_setup.py wget https://raw.github.com/pypa/pip