Library priority
Hi,
I am updating a library that is already installed. Clearly I would like PyCharm to show the checked out version of a file over one it found in my default python path, but I can't find how to do this.
Can anyone point me in the right direction?
Thanks!
请先登录再写评论。
Hello James,
There is currently no mechanism for reordering libraries in the PyCharm UI.
The order used by PyCharm is the same as the order in the sys.path of the
selected interpreter; manually entered directories are appended to the end.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
The library I want to find functions in is part of the source tree that I am working in, so when I run the script it does find the local directory, it is just that PyCharm doesn't. Is that what you would expect?
Thanks,
James