{
"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的路径。
{
"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的路径。