anaconda 和 SublimeCodeIntel 在 mac 无法正常工作
我也按照网上教程把路径什么的都设置好了
.codeintel/config 文件夹
然后 which python 找到路径,并替换下面代码的路径
{
"Python": {
"python":'D:/Program Files/Python26/python.exe',
"pythonExtraPaths": ['D:/ProgramFiles/Python26',
'D:/ProgramFiles/Python26/DLLs',
'D:/ProgramFiles/Python26/Lib',
'D:/Program Files/Python26/Lib/plat-win',
'D:/ProgramFiles/Python26/Lib/libtk',
'D:/Program Files/Python26/Lib/site-packages']
}
}
还是没有反应。代码里面有一个 Dlls 的文件夹,但是 mac 版的 python 没有这个。
刚刚问了有人说是因为 mac 读不到 path,需要单独配置解释器路径
到底要怎么弄列,原谅菜鸡问题多ớ ₃ờ!
我也按照网上教程把路径什么的都设置好了
.codeintel/config 文件夹
然后 which python 找到路径,并替换下面代码的路径
{
"Python": {
"python":'D:/Program Files/Python26/python.exe',
"pythonExtraPaths": ['D:/ProgramFiles/Python26',
'D:/ProgramFiles/Python26/DLLs',
'D:/ProgramFiles/Python26/Lib',
'D:/Program Files/Python26/Lib/plat-win',
'D:/ProgramFiles/Python26/Lib/libtk',
'D:/Program Files/Python26/Lib/site-packages']
}
}
还是没有反应。代码里面有一个 Dlls 的文件夹,但是 mac 版的 python 没有这个。
刚刚问了有人说是因为 mac 读不到 path,需要单独配置解释器路径
到底要怎么弄列,原谅菜鸡问题多ớ ₃ờ!