Skip to content Skip to sidebar Skip to footer

Re-arrange Pythonpath In Pydev-eclipse?

I'm using pydev in eclipse. I was hoping that pydev would first use the python classes I develop in my source dir. but since I also install the built egg into system dir, pydev als

Solution 1:

if you are using setuptools, you can try running sudo python setup.py develop on the egg as well as adding project dependencies between the two in Eclipse


Post a Comment for "Re-arrange Pythonpath In Pydev-eclipse?"