码迷,mamicode.com
首页 > 编程语言 > 详细

Sublime Text3 配置 Python2 Python3

时间:2018-01-25 19:49:50      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:图片   ima   none   ref   python2   ext3   clip   com   ott   

技术分享图片

{

"cmd": "C:/Python27/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

技术分享图片

技术分享图片

Python3 与 Python2建立的方法一样

{

"cmd": "C:/Python36/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

技术分享图片

Sublime Text3 配置 Python2 Python3

标签:图片   ima   none   ref   python2   ext3   clip   com   ott   

原文地址:https://www.cnblogs.com/quanweiru/p/8352773.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!