Python指定版本安装模块包

python3.5 -m pip install numpy

查看pip的版本:

python2中pip的版本:pip2 -V
或python2 -m pip -V

python3中pip的版本:pip3 -V
或python3 -m pip -V

猜你喜欢

转载自blog.csdn.net/tcx1992/article/details/80491255
今日推荐