Most efficient way of setting up a project Pydev PYTHONPATH in Eclipse (Helios)?

后端 未结 3 1370
名媛妹妹
名媛妹妹 2020-12-20 14:33

I want to add all folders in my Pydev project to PYTHONPATH so that I can reap the benefits of easily seeing unused imports etc. To do this I seemingly have to add all folde

3条回答
  •  粉色の甜心
    2020-12-20 14:59

    (This should be a Comment to Fabio's answer, but insufficient rep)

    (PyDev 2.7.1.2012100913)

    Adding folders to the PythonPath does not work for EFS/Remote folders (rse://...)

    When you click 'Apply' gives:

    An internal error occurred during: "Python Nature: rebuilding modules".
    java.lang.NullPointerException
    

提交回复
热议问题