DEV Community

A few pip tips

Gabriel Wu on January 06, 2019

I record these tips mainly for future references, but I would be glad if you also find this post helpful. And if you have other pip tips, please ...
Collapse
 
k4ml profile image
Kamal Mustafa

I'd also suggest using python -mpip instead. That one less surprise in case the pip you're using is using a different interpreter than the one you intended to.