简体   繁体   English

捆绑安装未安装生产宝石

[英]bundle install not installing gem of production

When I run bundle install it is not installing gem of production group. 当我运行bundle install它不是在安装生产组的gem。

Some day ago I have run bundle install --without production . 某天前,我已经运行bundle install --without production But Now I want to install gem of production also. 但是现在我也想安装生产宝石。 How can I install gem with production also. 如何在生产中安装gem。

I believe once you run the bundler using --without production it remembers that setting in the config. 我相信,一旦使用-不进行--without production运行捆绑程序,它就会记住配置中的设置。 So you should be able to undo it by changing the config per the bundle config command. 因此,您应该能够通过按bundle config命令更改配置来撤消它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在生产捆绑包安装期间找不到“ minitest”宝石 - 'minitest' gem not found during production bundle install 捆绑安装未从github安装gem - Bundle install not installing gem from github 使用bundle install安装Publify,bluecloth gem上的错误 - Installing Publify with bundle install, error on bluecloth gem 通过ansible playbook安装私有宝石时捆绑安装挂起 - bundle install hang while installing private gem via ansible playbook 运行“捆绑安装”而不安装特定的依赖宝石-Rails - Run “Bundle Install” w/o Installing a Specific Dependency Gem - Rails 安装nokogiri(1.6.7.2)时出现捆绑安装错误。 宝石安装但不适用于Rails应用 - Bundle install error installing nokogiri (1.6.7.2). Gem installs but not for rails app 尽管使用 `gem install...` 命令进行安装,mysql2 gem 在捆绑安装时失败 - mysql2 gem fails on bundle install, despite installing using `gem install...` command gem pg的错误不应该在本地发生,仅在生产中发生,为什么捆绑安装它? - Error with gem pg shouldn't happen locally, only in production, why is bundle installing it? Bundle Install不会更新eventmachine gem - Bundle Install will not update eventmachine gem 捆绑安装找不到宝石 - Bundle Install could not find gem
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM