Page 1 of 1

linter, pylint

Posted: 26.12.2023 11:01
by rxantos
Is there a way for it to use the system pylint instead of the one it installs?

Re: linter, pylint

Posted: 26.12.2023 12:47
by main Alexey
It will be hard for Windows OS. System python is impossible to use there. for Unix-like it will need that user adds OS's python paths to sys.path in CudaText. also not simple.