pip install apt-get install
源是pyPI 源是ubuntu仓库
对于同一个包,pyPI可以提供更多的版本以供下载
pip install安装的python包,可以只安装在当前工程内 apt-get 安装的包是系统化的包,在系统内完全安装

相关文章: