Homebrew instala libxml2 com módulos python

Bom Dia,

Eu estou tentando instalar o libxml2 com módulos python. Eu tentei o seguinte:

brew install --with-python libxml2                                                                  
==> Downloading ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz
Already downloaded: /Users/brandon/Library/Caches/Homebrew/libxml2-2.8.0.tar.gz
==> ./configure --prefix=/usr/local/Cellar/libxml2/2.8.0 --without-python

Como você pode ver ... mesmo com o sinalizador --with-python, ele ainda está configurando a fonte sem python!

No final da instalação, homebrew diz:

Generally there are no consequences of this for you.
If you build your own software and it requires this formula, you'll need
to add its lib & include paths to your build variables:

    LDFLAGS  -L/usr/local/Cellar/libxml2/2.8.0/lib
    CPPFLAGS -I/usr/local/Cellar/libxml2/2.8.0/include

Quando tento instalar o pacote gnome-doc-utils:

Gnome-doc-utils requires libxml2 to be compiled
with the python modules enabled, to do so:
  $ brew install libxml2 --with-python

Então, obviamente, eu tentei de novo ...

╰─ brew install libxml2 --with-python
Error: libxml2-2.8.0 already installed

Eu ainda sou novo nisso ... então qualquer ajuda seria muito apreciada.

questionAnswers(3)

yourAnswerToTheQuestion