1.首先安装一个编辑器,下载链接放出
链接: https://pan.baidu.com/s/1c0cm8A 密码: ucie
2.打开sublime3
工具-->编译系统-->编译新系统
会出现如下界面
将里面的文字改写成
{ "cmd": ["C:/Python34/python.exe","-u","$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "encoding": "cp936", }
Ctrl+s保存
打开一个py文件hello.py 点工具-->编译系统-->python3_run
Ctrl+b 执行
本文出自 “左手右手” 博客,请务必保留此出处http://mofeihu.blog.51cto.com/1825994/1964002
原文地址:http://mofeihu.blog.51cto.com/1825994/1964002