I hope it is ok to ask this even though it is not specifically a programming question. I installed the SublimeLinter
and SublimeLinter-flake8
packages in Sublime Text 3.
I did pip install flake8
and restarted but the console shows the following message:
SublimeLinter: WARNING: cannot locate 'flake8'. Fill in the 'python' or 'executable' setting. WARNING:SublimeLinter.lint.base_linter.python_linter:cannot locate 'flake8'.Fill in the 'python' or 'executable' setting
I suspect it may have to do with setting a path in the user settings, but I am not sure how to go about it. As you may see I am a relative newbie. Thanks.