Common-Issues: mention deps --installed.

Closes Homebrew/homebrew#40394.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baptiste Fontaine 2015-06-05 02:28:01 +02:00 committed by Mike McQuaid
parent f4af833714
commit 1585284ebe

View File

@ -109,7 +109,7 @@ underworld of C.
To solve this, you should remove the problematic formula with those python To solve this, you should remove the problematic formula with those python
bindings and all of its dependencies. bindings and all of its dependencies.
- `brew rm $(brew deps <problematic_formula>)` - `brew rm $(brew deps --installed <problematic_formula>)`
- `brew rm <problematic_formula>` - `brew rm <problematic_formula>`
- Also check the `$(brew --prefix)/lib/python2.7/site-packages` directory and - Also check the `$(brew --prefix)/lib/python2.7/site-packages` directory and
delete all remains of the corresponding python modules if they were not delete all remains of the corresponding python modules if they were not