osx - Best install flow for a new rvm/ruby/pg/rails setup -
i've reformatted mac mountain lion machine due lots errors in rails development, broken links, outdated versions, etc, etc. i'm trying install rvm, ruby, postgresl , rails. i've installed xcode command line tools , i'm looking recommendations on order install rest reduce likelihood 1 can't find other.
should install homebrew before of these? i've read rvm has new package manager of stuff, install homebrew - , not being unix expert appealing. have experience this?
also recommend installing postgres before rvm or after rvm/ruby/rails set up?
- xcode command line tools
- homebrew
- git
- rvm
- ruby
- rails
- postgres
you may @ point warning form nokogiri being built 1 version of libxml dynamically loaded another. pretty stuck whatever version being dynamically linked because macos depends on , loaded during boot , nokogiri needs dynamically linked. if starting new mountain lion should ok. if not, there dozens of variations of solutions amount compiling nokogiri against whatever version of libxml have in os. need if run problem @ point
bundle exec gem pristine nokogiri
Comments
Post a Comment