hokaccha / nodebrew

Node.js version manager
MIT License
1.06k stars 66 forks source link

Add _cmd_setup_dirs function for homebrew installation. #28

Closed oinume closed 10 years ago

oinume commented 10 years ago

Homebrew can't create directories in $HOME and Homebrew shouldn't download any files, so I cannot run setup subcommand in Formula of Homebrew. Instead I want to run setup_dirs in Formula of Homebrew like below. (It just creates directories)

$ perl nodebrew setup_dirs

See more details https://github.com/Homebrew/homebrew/pull/29729#issuecomment-44752257

hokaccha commented 10 years ago

Merged and Released. You can use v0.7.4.

Thanks!