How to make Pycharm search my local source directories before the site libraries
So PyCharm insists on searching my site-packages in my virtual env before searching my source directories. Is there a way to force it to search my source directories first?
Thanks,
Paul
Thanks,
Paul
Please sign in to leave a comment.
the additional source directories. So a module maybe imported from the
site-packages, when I actually want a module from one of my sources
directories.
Thanks
Paul
On Tue, Oct 13, 2015 at 7:40 AM, Piotr Dobrogost - PyCharm <
jetforum@jetbrains.com> wrote:
You are correct. I should not have used the term search
I wish that was true, but it was not. Now it does appear to be working
correctly (I also removed the offending package from site-packages.
I consider this closed for now, since I cannot reproduce it at the moment.
Thanks,
On Tue, Oct 13, 2015 at 9:18 AM, Piotr Dobrogost - PyCharm <
jetforum@jetbrains.com> wrote: