简体   繁体   中英

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

在此处输入图片说明

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM