1. 打開 package folder
2. 新創造一個 Python folder
3. 在 Python folder 下 新創一個 file
4. 用 ST3 打開,增加內容如下
{
"cmd": ["python", "-u", "$file"],
"path":"C:/Python34",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding": "cp950"
}
5. 用個 test.py 測試一下
import sys
print(sys.stdin.encoding)
print(sys.stdout.encoding)
str1 = 'english'
str2 = '許功蓋'
print(str1)
print(str2)
輸出會如下
沒有留言:
張貼留言