ruby on rails 3 - getting a could not resolve host error when trying to install RVM on osx lion -
ruby on rails 3 - getting a could not resolve host error when trying to install RVM on osx lion -
i have prereq's installed.. on osx lion 10.7.2
xcode:
$ xcodebuild -version xcode 4.2.1
git:
$ git --version git version 1.7.5.4
when run $ bash < <( curl -s https://rvm.beginrescueend.com/install/rvm )
i next error:
curl: (6) not resolve host: hd; nodename nor servname provided, or not known not download 'https://github.com/wayneeseguin/rvm/tarball/master'.
any ideas why? if run sudo goes through more errors... need install single user. path home dir is:
'/volumes/macintosh hd/users/mikedevita'
it seems file brew referring has moved, hence looking dead link.
i got past issue running 'brew update' in terminal.
after letting run, , after brew updates latest version should have latest directories , files, , result should avoid dead links. should free go on normal now.
ruby-on-rails-3 osx-lion rvm
Comments
Post a Comment