Estoy empezando con el desarrollo web y estoy tratando de configurar mi entorno y yo no puedo hacer eso hasta que el doctor Homebrew ha dado de alta a mí de N00bcake Hospital. Esto es lo que yo estoy haciendo:
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.
Estoy preocupada porque ya tengo un trabajo de instalación de Python que es un buen algoritmo de juegos, y no quiero dejar mi marco peor de lo que era antes, pero creo que debo hacer lo Homebrew dice que si quiero continuar. Debo ejecutar $ rm -f /Library/Frameworks/Python.framework
y lo llaman un día o hay algo más que debo hacer? $ python --version && python3 --version
devuelve
Python 2.7.6
Python 3.3.2
y $ brew --config
devuelve
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 1304a2b29a3de5da2b31e1656bf772eea2a78dc1
Last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit core2
OS X: 10.6.8-i386
Xcode: 4.2
CLT: N/A
GCC-4.2: build 5666
LLVM-GCC: build 2336
Clang: 3.0 build 211
X11: 2.7.7 => /opt/X11
System Ruby: 1.8.7-p249
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Java: 1.6.0_65
lo que trae a colación otra cosa rara: yo estaba seguro de mi procesador de 32 bits de Intel Core Duo y por eso no pude actualizar mi sistema operativo, pero este dice dual-core 64-bit core2
. ¿Qué está pasando?