如何在Mac下安裝python pip

apple mac作業系統應用
回覆文章
頭像
tim
文章: 1380
註冊時間: 2008年 11月 26日, 00:49

如何在Mac下安裝python pip

文章 tim »

代碼: 選擇全部

# install command line tools
$ xcode-select --install

# if pip not installed
$ sudo easy_install pip

# show current pip version
$ pip --version

# upgrade pip
$ sudo pip install --upgrade pip
參考資料: http://softwaretester.info/install-and- ... -mac-os-x/
多多留言, 整理文章, 把經驗累積下來.....
回覆文章