利用pip将python模块安装到python指定的版本中

安装到python2.7版本中:sudo pip2 install 模块名python

安装到python3.4版本中:sudo pip3 install 模块名python2.7

相关文章
相关标签/搜索