Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 Windows 7 32 位并且我正在使用 sublime text 2 我想知道如何将 ST2 中的默认 python 更改为我下载的 python 3.3。任何帮助都会非常感谢。
您需要更改 Python 的 Sublime 构建系统。将Python.sublime-build文件从Packages/Python文件夹复制到文件Packages/User夹。在文件User夹中的文件中,将cmd选项从更改python为c:/python33/python(您的 Python 3.3 可执行文件所在的位置)。
Python.sublime-build
Packages/Python
Packages/User
User
cmd
python
c:/python33/python