Anaconda就正常安装
Vscode
file—preferences—settings
在Folder下改(避免对别的工作区做出更改)
添加
{
"python.pythonPath": "C:\\Users\\Administrator\\anaconda3",
"python.linting.pylintPath": "C:\\Users\\Administrator\\anaconda3\\pkgs\\pylint-2.6.0-py38_0\\Scripts",
"python.autoComplete.extraPaths": [
]
}
网友评论