如何查看使用pip install 安装的的模块的位置 安装模块: pip install requests 查看安装信息: pip show requests 当前环境中已安装的包及其版本: pip list 查看当前python环境 which python