Necesito instalar Homebrew. No puedo introducir la contraseña cuando se me pide en el Terminal - no ocurre nada cuando escribo, sólo cuando pulso enter. Sigo las instrucciones especificadas en el libro que estoy leyendo (Byte of Python). Primero, introduzco:
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
Lo entiendo:
Press ENTER to continue or any other key to abort tests
MacBook-Pro:.ssh kevinadler$ organization21
bash: organization21: command not found tests
MacBook-Pro:.ssh kevinadler$ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
==> This script will install: /usr/local/bin/brew /usr/local/Library/... /usr/local/share/man/man1/brew.1
==> The following directories will be made group writable: /usr/local/. /usr/local/bin
==> The following directories will have their group set to admin: /usr/local/. /usr/local/bin
Press ENTER to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin
WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password: Sorry, try again. Password:
¿Alguna idea de cómo permitirme introducir mi contraseña?