windows 同时配置python2和python3

当windows 装有python2时装python3:

将 ~\Python\Python35\python.exe 改为python3.exe, 否则使用py -3 / pt -2 切换
删除 ~\Python\Python35\Scripts\ 中pip.exe后,可使用pip3
为 ~\Python\Python35 和 ~\Python\Scripts 添加系统环境变量

posted on 2019-08-23 14:41  JudeHey  阅读(260)  评论(0)    收藏  举报