En ejecución brew doctor muestra que tengo 3 diferentes scripts de "config" de python instalados. ¿Cómo me deshago de ellos para que ya no reciba esta advertencia?

2

Me han dicho que hay un Python predeterminado instalado en OSX, y que eliminarlo causará problemas SEVEROS en el sistema, sin embargo, quiero borrar estas advertencias en brew doctor.

Esto es lo que dice el mensaje:

    Warning: "config" scripts exist outside your system or Homebrew directories.
'./configure' scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
    /Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
    /Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
    /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config

Warning: Python is installed at /Library/Frameworks/Python.framework

Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.

¿Cómo los borro y qué sucede si simplemente elimino los tres scripts de configuración?

    
pregunta 55 Cancri 23.03.2016 - 22:40

1 respuesta

1

Esos scripts se refieren a una instalación oficial de Python en Apple. Puede desinstalarlos de forma segura de esta manera:

  1. Abra "Aplicaciones" en Mac Finder y arrastre Python a la papelera de basura.
  2. Vaciar el contenedor de basura

Nota:

  • el sistema MacOS Python es /usr/bin/python
  • Homebrew Python (s) se ubicarán en /usr/local/bin/
  • Pythons instalado como una aplicación de Apple en vivo en /Library/Frameworks/Python.framework/
respondido por el statueofmike 03.07.2018 - 22:46

Lea otras preguntas en las etiquetas