pip 的 "local copies" 在哪里?

Where is "local copies" of pip?

由于一些限制,我需要离线安装pip。根据official site中给出的说明,我可以这样使用:

python get-pip.py --no-index --find-links=/local/copies

我用的是CentOS,"local copies"从哪里来的?如果是安装副本,在安装了pip的机器上哪里可以找到?

我的搭档得到了简单的解决方案:

只需转到 python 包索引站点,下载最新的 pip 源包(https://pypi.python.org/pypi/pip/7.1.0 上现在是 pip 7.1.0)并从源安装。