python第三方库安装和卸载注意事项 1.安装时使用:pip install [packasge] 或下载.whl文件 使用pip install xxx.whl安装 2.卸载使用:pip uninstall [packge] 3.卸载完成之后到..\Python27\Lib\site-packages目...