bundle
和bundler
命令有什么区别?bundle
和bundle install
有什么区别?发布于 2017-04-08 19:19:14
bundler/exe
目录中看到,bundler
可执行文件只是加载bundle
可执行文件。在我看来,bundle
命令比bundler
命令更常用。bundle
& bundle install
命令也具有相同的功能。bundle
使用雷神和install
。而且,bundle i
和bundle install
做同样的事情,因为install
。https://stackoverflow.com/questions/43299366
复制相似问题