{
"cmd": ["C:\\Users\\User_Name\\.conda\\envs\\Env_Name\\python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
Windows下使用where python
可以获得python的路径。
原文地址:https://www.cnblogs.com/yaos/p/12105062.html
时间: 2024-11-07 21:36:39