Matplotlib继续安装到/usr/lib/pyshared/python2.7/matplotlib/
从Sublime Text 3我无法访问它。
我得到:ImportError: No module named matplotlib
有关如何将安装重定向到/usr/lib/python2.7/dist-packages
的任何想法?我一直尝试使用sudo apt-get install python-matplotlib
安装,但我也尝试了pip install matplotlib
,Sublime仍然会抛出同样的错误。