python pip报错 Cannot open Scripts\pip-script.py
# 使用国内镜像,会更快
conda install --channel https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ pip
# 下载pip安装脚本
https://bootstrap.pypa.io/get-pip.py
# 安装pip
python get-pip.py
# easy_install 环境
easy_install pip
pip -V
转自:https://blog.csdn.net/myhes/article/details/106582262