一查看python的版本 python(python --version) 二查看python的安装路径 where python三查看安装的Python包 pip list四安装所需的Python包 pip install 对应包名