-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget not found on OSX #4
Comments
If wget is not present you could try and install it (darwinports?) Or hack the script and use curl instead: http://technosophos.com/content/os-x-using-curl-instead-wget |
Replace lines 42 and 43 with: |
Thnx @danhunter I've made a patch based on that suggestion http://github.com/alexgorbatchev/nvm/commit/025872b651e198622fc7f2cf95916d957eace45f |
You can use homebrew to get wget on OSX:
|
Have a full dev stack, ruby, xcode, etc...
The text was updated successfully, but these errors were encountered: