Instale pyqt a través de homebrew con '--with-python3' pero aún va a Python 2

1

Aquí está mi comando y salida (algunos argumentos de la línea de comando se omiten):

$ brew reinstall pyqt --with-python3
==> Reinstalling pyqt --with-python3
==> Downloading http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.3/PyQt-mac-
Already downloaded: /Library/Caches/Homebrew/pyqt-4.10.3.tar.gz
==> Patching
patching file configure.py
==> python configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.10.3
==> python ./configure-ng.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4
==> make
==> make install
==> Caveats
Set PYTHONPATH if you want Python to find your site-packages:
  export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
==> Summary
                    
pregunta ziyuang 08.01.2014 - 12:03

1 respuesta

1

Tienes razón. La fórmula hace codificar la versión de python. He trabajado en un versión actualizada , y debe estar disponible para esta semana. / p>

Además, es seguro cambiar la ruta directamente en la fuente. Sin embargo, al ser un repositorio de git, se quejará si tiene cambios no confirmados cuando desea actualizar. Lo mejor sería esperar hasta esta noche o mañana por la mañana.

    
respondido por el daviewales 09.02.2014 - 05:32

Lea otras preguntas en las etiquetas