2015-07-10 79 views
0

我對枕頭的功能和功能知之甚少,但我必須下載它才能上課。我使用的是Mac和我下面的這些指示 http://pillow.readthedocs.org/en/latest/installation.html#os-x-installation在Max OS上安裝枕頭優勝美地for Python

我下載自制,現在試圖在我的終端提示,這是

$ brew install libtiff libjpeg webp little-cms2 

運行它告訴我的發言,但我得到讀取

錯誤

「-bash:brew:command not found」

我查了一下,它說Homebrew被安裝了,所以我不知所措。

+0

第二個鏈接告訴你到底該怎麼做。當你嘗試時出了什麼問題? –

+0

我做了第一步並安裝了自制軟件,但是如果我在終端提示符中輸入其他兩個命令,它會顯示'-bash:brew:command not found'或'-bash:pip:command not found' @DanielRoseman – Michelle

回答

0

你的第二個鏈接確實告訴你如何使用Homebrew安裝模塊。您只需將命令輸入終端即可。

如果沒有自制,輸入以下內容到終端提示:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

然後你就可以進入以下兩個命令來安裝枕頭。玩的開心! :)

brew install libtiff libjpeg webp little-cms2 
pip install Pillow 
+0

謝謝。我想我不明白在哪裏輸入這些東西,我嘗試了不同的事情,並沒有意識到我需要做一個終端提示。現在我懂了。謝謝 – Michelle

+0

不用擔心,有時可以幫助您詢問何時不確定。別客氣!玩得開心:) –

+0

好吧,所以它仍然沒有工作。我做了第一步並安裝了Homebrew,但是如果我在終端提示符中輸入其他兩個命令,它會顯示'-bash:brew:command not found'或'-bash:pip:command not found' @scorreia – Michelle