gpt4 book ai didi

python - 从 sublime 文本设置 sublimerepl 的 python 路径?

转载 作者:太空宇宙 更新时间:2023-11-03 11:06:38 24 4
gpt4 key购买 nike

我将 python portable 与内存棒的 sublime portable 一起使用,并决定安装 sublime REPL,但是当尝试使用 python portable 作为 sublimerepl 的构建路径时,它没有指定它。

简单地说,我不能像使用直接的 sublime 文本那样指定 sublimerepl python 路径!

我尝试将以下内容添加到 SublimeREPL.sublime-settings

"default_extend_env": {"PATH": "{PATH}:C:\\Users\\Andy\\Documents\\_Main\\M-Stick Backups\\08.07.13\\Computing\\Python Portable\\Portable Python 2.7.3.1\\App\\python.exe"},

我也试过改变:

"cmd": ["python", "-i", "-u"],

"cmd": ["C:\\Users\\Andy\\Documents\\_Main\\M-Stick Backups\\08.07.13\\Computing\\Python Portable\\Portable Python 2.7。 3.1\\App\\python.exe", "-u", "$file"],

在 Python/Main.sublime-menu 中

请注意,在正常的 sublime 中,我将以下内容添加到 Python.sublime-build 中:

{"cmd": ["C:\\Users\\Andy\\Documents\\_Main\\M-Stick Backups\\08.07.13\\Computing\\Python Portable\\Portable Python 2.7 .3.1\\App\\python.exe", "-u", "$file"],"file_regex": "^[ ]*Iile\"(...*?)\", line ([0- 9]*)","选择器": "source.python"}

有什么想法吗?

谢谢,安德鲁

最佳答案

您是否有可能更改了 /Packages/SublimeREPL/config/Python/Main.sublime-menu 中错误的代码行?如果你想在当前文件上运行 REPL,

{"command": "repl_open",
"caption": "Python - RUN current file",
"id": "repl_python_run",
"mnemonic": "d",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["C:\\Users\\Andy\\Documents\\_Main\\M-Stick Backups\\08.07.13\\Computing\\Python Portable\\Portable Python 2.7.3.1\\App\\python.exe", "-u", "$file_basename"],
"cwd": "$file_path",
"syntax": "Packages/Python/Python.tmLanguage",
"external_id": "python",
"extend_env": {"PYTHONIOENCODING": "utf-8"}
}

是修改部分的样子。 (看来您可能正在修改以交互模式打开解释器的命令,而不是运行当前文件)。

关于python - 从 sublime 文本设置 sublimerepl 的 python 路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17536094/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com