Homebrew install libxml2 mit python-Modulen

Guten morgen,

Ich versuche zu installieren mit python-libxml2-Module. Ich habe versucht, die folgenden:

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

Wie Sie sehen können... auch mit der --with-python-flag, es wird noch konfigurieren der Quelle ohne python!

Am Ende der Installation homebrew sagt:

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

Wenn ich versuche zu installieren, das gnome-doc-utils-Paket:

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

So offensichtlich habe ich es erneut versucht...

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

Ich bin noch neu hier... also jede Hilfe wäre sehr geschätzt werden.

  • Haben Sie aus irgendeinem Grund nicht zu verwenden bib (oder easy_install als letzter Ausweg)? Sie Verhalten sich viel besser als andere Verpackung-tools und die Arbeit mit virtualenv!
InformationsquelleAutor Brandon | 2012-06-15
Schreibe einen Kommentar