We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys.executable
python
1 parent 2b3ac73 commit 9d33ab0Copy full SHA for 9d33ab0
pylsp/plugins/pylint_lint.py
@@ -85,7 +85,7 @@ def lint(cls, document, is_saved, flags=''):
85
return cls.last_diags[document.path]
86
87
cmd = [
88
- 'python',
+ sys.executable,
89
'-c',
90
'import sys; from pylint.lint import Run; Run(sys.argv[1:])',
91
'-f',
0 commit comments