On Mon, Feb 21, 2011 at 5:57 PM, scruffian <[email protected]> wrote: > Ok I think i've almost got to the bottom of this. When I do: > > /usr/local/bin/rake db:create:all > > it works, but when i just do > > rake db:create:all > > it says: > -bash: /usr/bin/rake: /System/Library/Frameworks/Ruby.framework/ > Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory > > So rake is referring to /usr/bin/rake, not usr/local/bin/rake, which > is where my ruby and rails are. How do I fix this? A symlink? > > Thanks >
A symlink will do it, but you're probably better off switching to rvm now. -- You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby?
