Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Project Syntax Checking Prefs don't pickup Project language prefs #3850

Open th3coop opened 4 years ago

th3coop commented 4 years ago

Short Summary

Using virtualenv I installed pyflakes in my project then tried to setup syntax checking. It's using my global Python install to look for the pyflakes install

Steps to Reproduce

Language Prefs

Capture

Syntax Prefs

Capture-1

Expected results

Should be using your venv interpreter location to look for installed packages

Actual results

It's using the globally installed python, whereever that lives.