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
Solution 1:
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).
Post a Comment for "How Do I Get Pydev In Eclipse To Use Pip3?"