"config" esistono al di fuori del tuo sistema o delle directory Homebrew

1

Attualmente sto utilizzando pyenv e pyenv-virtualenv , che ho installato tramite Homebrew . Ho aggiunto if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi per abilitare gli shim e il completamento automatico e if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv- init -)"; fi per abilitare l'attivazione automatica sul mio .bash_profile .

Suddamente, con brew doctor in esecuzione, viene visualizzato il seguente messaggio:

"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:

/usr/local/var/pyenv/shims/python-config
/usr/local/var/pyenv/shims/python2-config
/usr/local/var/pyenv/shims/python2.7-config

Che cosa dovrei fare per risolvere il problema?

    
posta g_rmz 13.05.2016 - 19:35
fonte

0 risposte

Leggi altre domande sui tag