Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
VScode和WinPython_Python_Visual Studio Code_Vscode Settings - Fatal编程技术网

VScode和WinPython

VScode和WinPython,python,visual-studio-code,vscode-settings,Python,Visual Studio Code,Vscode Settings,我尝试在Windows 10 Pro上使用WinPython-64bit-3.6.3.0Qt5和VScode。Winpython安装在C:\Users\Public\Winpython-64bit-3.6.3.0Qt5中。在用户设置文件中,我有,但在可用的python Intepreter和python环境列表中看不到WinPython。可能有什么问题。我也试着用“\” 谢谢你的提示 您需要指定文件夹的路径,而不是python.exe的路径。如WinPython-64bit-3.6.3.0Qt5

我尝试在Windows 10 Pro上使用WinPython-64bit-3.6.3.0Qt5和VScode。Winpython安装在C:\Users\Public\Winpython-64bit-3.6.3.0Qt5中。在用户设置文件中,我有,但在可用的python Intepreter和python环境列表中看不到WinPython。可能有什么问题。我也试着用“\”


谢谢你的提示

您需要指定文件夹的路径,而不是python.exe的路径。如
WinPython-64bit-3.6.3.0Qt5\\python-3.6.3.amd64


另请参见

这里有一个过程,在可移动的WinPython旁边有一个可移动的vscode

不幸的是,您读过了吗?不会列出任何python解释器,也不会列出所有python解释器。只搜索和列出最受欢迎的位置。我们搜索注册表(根据pep 514)、conda安装和本地虚拟环境)。我们也可以做一些修改来包含Winpython,请在GitHub上创建一个问题。谢谢Don。从您的回答中,我得出结论,基本上我想要包含WinPython的方式是可以的,但是VScode目前还没有准备好用于WinPython。谢谢A.A.是的,我确实阅读并使用了python环境。我之所以想使用WinPython,是因为我有最新版本的python,而我还没有使用最新版本的matlibplot。在Winpython中,我有一个巨大的包,其中包含了我想要完美协同工作的所有模块。
{
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",

    "python.pythonPath": "C:/Users/Public/WinPython-64bit-3.6.3.0Qt5/python-3.6.3.amd64/python.exe"
}