1 頁 (共 1 頁)

如何在Mac下安裝python pip

發表於 : 2016年 10月 6日, 14:07
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/