diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/Common-Issues.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Common-Issues.md b/share/doc/homebrew/Common-Issues.md index a8f4b60c2..a3f4d531f 100644 --- a/share/doc/homebrew/Common-Issues.md +++ b/share/doc/homebrew/Common-Issues.md @@ -109,7 +109,7 @@ underworld of C. To solve this, you should remove the problematic formula with those python bindings and all of its dependencies. - - `brew rm $(brew deps <problematic_formula>)` + - `brew rm $(brew deps --installed <problematic_formula>)` - `brew rm <problematic_formula>` - Also check the `$(brew --prefix)/lib/python2.7/site-packages` directory and delete all remains of the corresponding python modules if they were not |
