Mac 下安裝pip
pip是python的包管理工具,準備寫爬蟲所以安裝下。
Step1.brew install pip(不能下載)
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
couchdb dcos-cli fobis kube-aws libpng m-cli mmark thefuck vips
Error: Could not link:
/usr/local/share/doc/homebrew
Please delete these paths and run `brew update`.
==> Migrating HOMEBREW_REPOSITORY (please wait)...
Error: /usr/local/Homebrew already exists.
Please remove it manually or uninstall and reinstall Homebrew into a new
location as the migration cannot be done automatically.
Error: No available formula with the name "pip"
Homebrew provides pip via: `brew install python`. However you will then
have two Pythons installed on your Mac, so alternatively you can install
pip via the instructions at:
https://pip.readthedocs.io/en/stable/installing/
可以看出pip是跟著python一起安裝的。
Step2.使用easy_install 安裝pip
由於我當前的python版本是mac自帶的2.7.10,所以找到easy_install 安裝pip:
sudo python /usr/bin/easy_install-2.7 pip
相關文章
- Mac OS下pip安裝 pillowMac
- Linux 下安裝pipLinux
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- CentOS下安裝pip 18.0CentOS
- pip 安裝
- 安裝pip
- CentOS安裝pipCentOS
- centos7下安裝Python的pipCentOSPython
- Linux下python2.7安裝pipLinuxPython
- pip安裝selenium
- pip 清華源安裝
- pip安裝源配置
- pip 安裝 flask、redisFlaskRedis
- Python pip安裝Python
- python安裝pipPython
- CentOS 快速安裝pipCentOS
- xFormers pip 安裝ORM
- Mac下安裝brewMac
- mac下安裝homebrewMac
- Mac下安裝MongodbMacMongoDB
- mac下安裝vagrantMac
- MAC 下安裝 cassandraMac
- Mac下go安裝MacGo
- windows7環境下使用pip安裝MySQLdbWindowsMySql
- CentOS6.5安裝pipCentOS
- centos7 安裝pipCentOS
- pip進行模組安裝
- pip安裝模組失敗
- pip線上安裝selenium
- pip安裝特別慢
- windows中安裝pip工具Windows
- CentOS7.6-pip安裝CentOS
- pip 命令安裝模組包
- Python pip的安裝及解除安裝Python
- Windows下Python安裝併為pip配置阿里映象WindowsPython阿里
- Windows下pip安裝scipy報錯no lapack/blas resources foundWindows
- pip和conda下載包到本地並安裝
- MAC 下 Vagrant 安裝 DokkuMac