2015-07-20 153 views
-1

我在安裝python-matplotlib時遇到困難。當我跟着指示here,然後嘗試鍵入:在Ubuntu下安裝python-matplotlib

cd matplotlib-matplotlib-bb3ea55 

我得到以下錯誤:

bash: cd: matplotlib-matplotlib-bb3ea55: No such file or directory 

我希望得到任何幫助。

+1

你做了很多錯別字。 'cd'命令用於改變目錄。和maplotlib-matplotlib-bb3ea55只是...以及我不知道這是什麼;) – Laszlowaty

回答

1

使用pip命令。

sudo pip install matplotlib 

如果你不具備PIP:

sudo apt-get install python-pip 

CNC中 爲Python 3變化中的python-畫中畫python3-PIP

+0

謝謝。現在'沒有名爲vis的模塊' – akh

+0

如果我的解決方案工作,請注意它;)'沒有模塊名爲vis'怎麼樣?如果'vis'是庫,你應該可以使用'pip'安裝它。 – Laszlowaty