flw521521 发表于 2013-2-7 07:11:02

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…
 
页: [1]
查看完整版本: bundle:command not found ubuntu操作系统