python中的pip python有两个著名的包管理工具,其中,pip是一个.它对python的包进行管理和升级等操作. 问题一:pip本地的模块安装在哪里? 使用pip install numpy安装numpy,再安装一次,pip install numpy,就可以查看到本地的pip包安装地址了. python pip install numpy Requirement already satisfied: numpy in /System/Library/Frameworks/Python…