Polecenie bash curl nie zostało znalezione w systemie OS X. Gdzie mogę go znaleźć?

Nie mam pojęcia, w co się pakuję, jestem bardzo nowy w programowaniu i próbuję uczyć się sam. Próbuję zainstalować homebrew zruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go) i tak jest"-bash: curl: command not found"

Szukałem Google, ale nie mogę znaleźć niczego, co mogłoby mi pomóc. kiedy piszęwhich curl po prostu przechodzi do następnej linii terminala, jakbym właśnie otworzył terminal ...
Zainstalowałem xcode z zainstalowanymi narzędziami wiersza poleceń, a nawet pobrałem go ponownie na wypadek, gdyby coś było z nim nie tak. Nie ma to znaczenia, ale powód, dla którego próbuję zainstalować homebrew, jest potrzebny do libsodium, które jest potrzebne do dnscrypt.

Kiedy piszęcurl-config daje mi dostępne wartości dla OPCJI:

  --built-shared says 'yes' if libcurl was built shared
  --ca        ca bundle install path
  --cc        compiler
  --cflags    pre-processor and compiler flags
  --checkfor [version] check for (lib)curl of the specified version
  --configure the arguments given to configure when building curl
  --features  newline separated list of enabled features
  --help      display this help and exit
  --libs      library linking information
  --prefix    curl install prefix
  --protocols newline separated list of enabled protocols
  --static-libs static libcurl library linking information
  --version   output version information
  --vernum    output the version information as a number (hexadecimal)

Potem próbuję każdego z nichcurl --version i nie znaleziono tego samego polecenia curl

questionAnswers(3)

yourAnswerToTheQuestion