我正在尝试通过“sudo apt-get install python-scitools”安装 python-scitools。它给出以下输出
The following extra packages will be installed:
python-matplotlib
Suggested packages:
python-excelerator python-matplotlib-doc python-traits python-wxgtk2.8octave
The following NEW packages will be installed:
python-matplotlib python-scitools
0 upgraded, 2 newly installed, 0 to remove and 203 not upgraded.
Need to get 0 B/2,596 kB of archives.
After this operation, 9,250 kB of additional disk space will be used.
Do you want to continue [Y/n]?
关键是我已经手动安装了 python-matplotlib(因为我需要最新版本 1.2.0)。
如果我提示'matplotlib. path ' 在 ipython 中,它返回
['/usr/local/lib/python2.7/dist-packages/matplotlib']
我的问题是,我怎样才能告诉系统,matplotlib 已安装?
正如你猜到的,我对这件事很业余。
谢谢你