msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
840 stars 25 forks source link

Lacks compatibility with brew-pip #25

Closed codrcodz closed 8 years ago

codrcodz commented 9 years ago

Cider appears to lack compatibility with the brew-pip package. Whenever cider missing is run, it returns an error when attempting to capture data related to packages installed via brew-pip. To duplicate this error, run:

brew install brew-pip

then install any package from PyPi using:

brew pip pypi_package_name

and then attempt to use cider missing to generate a cider file. It should return the error:

'brew uses --installed --recursive pypi_package_name' failed with code 1

I love the idea of cider, but since it errors out each time I try to use cider missing, I am uninstalling until this bug is fixed.