python - How to switch entirely from pip to brew -


i have read elsewhere brew better option pip install packages (and indeed had less problems installing python packages brew pip). problem when run

brew update && brew outdated && brew upgrade --all 

and then

pip-review -a 

it seems same packages installed twice (for example matplotlib, scipy, , like). how can rid of pip , switch entirely brew, avoid double installations , potential conflicts?

you can't that. cannot expect python packages available via brew.

pip python package manager, having understanding of how python packages should installed querying remote server of python packages called pypi.

brew, on other hand, general software installation system mac. project existence because apple lazy provide package manager , package management system installing unix/ mac software on apple. there many python packages exist on brew volunteers took pain convert brew formulae. not guarantee of 100% 1-1 mapping of brew package pip installable package.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -