Search code examples
pythoneclipsehomebrewpydevmacos-sierra

How do I get PyDev in eclipse to use pip3?


How do I point my PyDev setup to pip3?

Environment:

macOS Sierra (10.12.6)

python3.6.3 through homebrew

Eclipse Oxygen (4.7.1a)

PyDev for Eclipse 6.0 from Eclipse Marketplace

enter image description here


Solution

  • This was a known issue on PyDev 6.0.0.

    PyDev 6.1.0 fixed this issue (it will now do python -m pip if it is not able to find the pip executable where it was expected to be -- which is actually a common scenario an many cases).