Devo installare Homebrew. Non riesco a inserire la password quando richiesto nel terminale - non succede nulla quando scrivo, solo quando premo invio. Seguo le istruzioni specificate nel libro che sto leggendo (Byte of Python). Innanzitutto, inserisco:
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
Ottengo:
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:
Qualche idea su come abilitarmi ad inserire la mia password?