Python18_Windows下切换py2和py3

Posted Grooovvve

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python18_Windows下切换py2和py3相关的知识,希望对你有一定的参考价值。

参考链接:https://blog.csdn.net/df0128/article/details/82758554

 

如果在windows上同时安装了python2和python3,

如果想指定使用python2还是python3;可以使用如下方法:
使用python2:py -2
使用python3:py -3


如果在此情况下还要使用pip:
使用python2:py -2 -m pip install xxxxx
使用python3:py -3 -m pip install xxxxx

以上是关于Python18_Windows下切换py2和py3的主要内容,如果未能解决你的问题,请参考以下文章

在Ubuntu14.04中安装Py3和切换Py2和Py3环境

《转》windows下通过cmd切换python2和python3版本

windows10上同时安装py2和py3的情况

Windows下python2和python3的切换

windows 系统上Anaconda3.7 配置python2.7环境

anaconda环境中---py2.7下安装tf1.0 + py3.5下安装tf1.5