Eclipse / PyDev:我应该在System pythonpath中添加哪些文件夹?

时间:2022-07-25 23:11:08

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

我在Eclipse中使用PyDev,我正在慢慢理解解释器和python路径。

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.

然而,我遇到的一个问题是当我在Eclipse / Pydev中添加一个新的解释器时,我在“需要选择”窗口中收到以下警告消息。

Select the folders to be added to the SYSTEM Pythonpath!

选择要添加到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.

查看:http://pydev.org/manual_101_interpreter.html了解更多详情。

Eclipse / PyDev:我应该在System pythonpath中添加哪些文件夹?

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

困境

1 个解决方案

#1


0  

You must separate the python sources and your projects sources.

您必须将python源和项目源分开。

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

我想“/ Users / brendan / Dropbox / workspace / ...”是项目文件夹,不应该在这里添加。

#1


0  

You must separate the python sources and your projects sources.

您必须将python源和项目源分开。

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

我想“/ Users / brendan / Dropbox / workspace / ...”是项目文件夹,不应该在这里添加。