介绍
Python3 是当前 Python 开发的主流版本,是课程学习内容之一
安装
选择 python3.6 双击安装
1.勾选 add python 3.6 to path 2.选择Customize installation
直接next
- 勾选Install for all users 2.在框中把解释器放在C盘的python3文件夹中
完成后会在C盘中出现一个python3的文件夹
在文件夹中有个叫python.exe的文件,把它复制一份重命名叫python2.exe
windows + R 在框中打上cmd 进入黑窗口
在黑窗口打上python2 安装成功