Skip to content
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

Closed
alexgorbatchev opened this issue Jul 1, 2010 · 4 comments
Closed

wget not found on OSX #4

alexgorbatchev opened this issue Jul 1, 2010 · 4 comments

Comments

@alexgorbatchev
Copy link

Have a full dev stack, ruby, xcode, etc...

nvm install v0.1.99
-bash: wget: command not found
@miebach
Copy link

miebach commented Jul 25, 2010

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

@danhunter
Copy link

Replace lines 42 and 43 with:
curl -0 "http://nodejs.org/dist/node-$2.tar.gz" | tar -zx && \

@alexgorbatchev
Copy link
Author

Thnx @danhunter

I've made a patch based on that suggestion

http://github.com/alexgorbatchev/nvm/commit/025872b651e198622fc7f2cf95916d957eace45f

@dandean
Copy link

dandean commented Dec 10, 2010

You can use homebrew to get wget on OSX:

brew install wget

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants