문제

I am using PyDev in Eclipse and I am slowly understanding interpreters and python paths.

One question I do have however is when I go to add a new Interpreter in Eclipse/Pydev I get the below warning message in the "Selection needed" window.

Select the folders to be added to the SYSTEM Pythonpath!

IMPORTANT: The folders for your Projects should NOT be added here, but in your project configuration

Check:http://pydev.org/manual_101_interpreter.html for more details.

enter image description here

I don't understand the warning message, which one of these is the folder for my projects? Can anyone provide any additional information or guidance?

Which of the above options should I typically select and why, which should I not select and why?

The message seems to say to me, be very careful which one of the below options you select but does not seem to provide good information as to which.

I have read the linked page but maybe I'm missing something

Deepend

도움이 되었습니까?

해결책

You must separate the python sources and your projects sources.

I guess that "/Users/brendan/Dropbox/workspace/..." are project folders and shouldn't be added here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top