Running brew doctor mostra che ho 3 diversi script "config" python installati. Come faccio a sbarazzarmene per non ricevere più questo avviso?

2

Mi è stato detto che c'è un Python predefinito installato su OSX, e che cancellarlo causerà problemi di sistema SEVERE, tuttavia, voglio cancellare questi avvisi nel brew doctor.

Questo è ciò che dice il messaggio:

    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.

Come faccio a cancellarli e cosa succede se elimino tutti e tre questi script di configurazione?

    
posta 55 Cancri 23.03.2016 - 22:40
fonte

1 risposta

1

Questi script si riferiscono a un'installazione ufficiale di Apple di Python. Puoi disinstallarli in modo sicuro in questo modo:

  1. Apri "Applicazioni" in Mac Finder e trascina Python nel cestino.
  2. Svuota il cestino

Nota:

  • il sistema MacOS Python è /usr/bin/python
  • Homebrew Python si troveranno in /usr/local/bin/
  • Python installati come applicazioni Apple in tempo reale in /Library/Frameworks/Python.framework/
risposta data 03.07.2018 - 22:46
fonte

Leggi altre domande sui tag