windows环境python idle修改注册表

windows环境,同时安装python2.7,python3.4,右键edit with idle的注册表修改

安装python2.7之后,在注册表中查找edit with idle,将其重命名为edit with idle 2.7

然后安装python3.4,在注册表中将edit with idle重命名为edit with idle 3.4

配置环境变量

以默认安装到C盘为例,将C:\Python27;C:\Python27\Scripts;C:\Python34\Scripts;C:\Python34\Scripts;添加到path中

路径C:\Python27中,复制python.exe,粘贴后重命名为python2.exe

相应的在C:\Python34,添加python3.exe

个人还是喜欢ubuntu操作系统,我的最爱ubuntu14.04lts,喜欢linux的可以安装,不推荐什么kylin。

你可能感兴趣的:(windows环境python idle修改注册表)