Skip to content Skip to sidebar Skip to footer

Add The Current Project To The Python Path With Komodo Edit

Ive been using komodo edit recently to go through a few django tutorials, and ive been impressed with the level of code completion it provides for the framework. However what i re

Solution 1:

You can set per-project Python paths in Project [Menu] -> Properties -> Languages -> Python -> Additional Python Import Directories. See the official documentation for more details.


Post a Comment for "Add The Current Project To The Python Path With Komodo Edit"