問題:
打開py 文件 提示 vscode "Path to the pylint linter is invalid"
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pylint
或者提示:
vscode "Path to the pylint linter is invalid"python
緣由:
pylint 未安裝、配置正確:json
解決:
pip show pylint 看看版本
settings.json 設置成這樣就行了segmentfault
"python.linting.pylintPath": "pylint", "python.pythonPath": "/usr/bin/python3",
使用vscode開發Python程序:代碼靜態檢查工具pylint及代碼格式化工具yapf的配置使用
Linting Python in Visual Studio Code工具
which -a python3
選擇正確的版本而後fill 到對應 settings.json 的 pythonpath.net
dep
name & dep命令行
stackoverflow
pyccode
文件最開頭加入一行blog
# -*- coding: UTF-8 -*-
orip
#coding=utf-8