bundle:command not found ubuntu操作系统

I am using rails 3.0.3 in ubuntu 10.10

when I run the bundled install in the terminal, I get the message


bundle: command not found



if we use ubuntu 10.04, there will be no such error message


how to handle it quite easily. you just simply create a symbolic link on it in /usr/local/bin with: 

sudo ln-s /var/lib/gems/1.8/bin/bundle/usr/local/bin/bundle



so you cans run “bundle install” directly afterwards…

猜你喜欢

转载自laibulai.iteye.com/blog/941621