Bundle install command in Ubuntu returns Could not locate Gemfile The 2019 Stack Overflow...

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Is every episode of "Where are my Pants?" identical?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Is an up-to-date browser secure on an out-of-date OS?

Was credit for the black hole image misappropriated?

What's the point in a preamp?

Button changing its text & action. Good or terrible?

should truth entail possible truth

Keeping a retro style to sci-fi spaceships?

Are spiders unable to hurt humans, especially very small spiders?

What do I do when my TA workload is more than expected?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Word to describe a time interval

What is the padding with red substance inside of steak packaging?

Can a flute soloist sit?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

Could an empire control the whole planet with today's comunication methods?

US Healthcare consultation for visitors

How to handle characters who are more educated than the author?

Why not take a picture of a closer black hole?

Circular reasoning in L'Hopital's rule

How did passengers keep warm on sail ships?

Can I visit the Trinity College (Cambridge) library and see some of their rare books



Bundle install command in Ubuntu returns Could not locate Gemfile



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraRuby RubyGems: Why do I always get error messages when trying to install gems?-bash Mac OS X Lion “puts” returns “command not found”Cannot find Ruby on Rails installedgem install won't do anything - Mountain LionIssues compiling passenger for apache2 on CentOSWhy I obtain these error messages when I try to install gem bundler on Ubuntu? (Could not create Makefile)Homebrew install command only returns blinking iconRails Server extconf failed, exit code 1:On my mac, under rvm, my gem library for jruby is corruptedGem::Ext::BuildError: ERROR: Failed to build gem native extension





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















When I enter the command from the prompt as follows I get the error below:



zbomani@DESKTOP-PMLUQMI:/home$ bundle install
Could not locate Gemfile
zbomani@DESKTOP-PMLUQMI:/home$ bundler install
Could not locate Gemfile


I was able to install bundler 2.0.1 and when I entered gem list it returned the list of LOCAL GEMS, which I can install one by one with gem install <gem name>.



zbomani@DESKTOP-PMLUQMI:/home$ gem install date
Fetching date-2.0.0.gem
Building native extensions. This could take a while...
/usr/share/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb:76: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
Successfully installed date-2.0.0
Parsing documentation for date-2.0.0
Installing ri documentation for date-2.0.0
Done installing documentation for date after 0 seconds
1 gem installed


Screenshot



Can you help me understand what I'm doing wrong?










share|improve this question









New contributor




Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    When I enter the command from the prompt as follows I get the error below:



    zbomani@DESKTOP-PMLUQMI:/home$ bundle install
    Could not locate Gemfile
    zbomani@DESKTOP-PMLUQMI:/home$ bundler install
    Could not locate Gemfile


    I was able to install bundler 2.0.1 and when I entered gem list it returned the list of LOCAL GEMS, which I can install one by one with gem install <gem name>.



    zbomani@DESKTOP-PMLUQMI:/home$ gem install date
    Fetching date-2.0.0.gem
    Building native extensions. This could take a while...
    /usr/share/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb:76: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
    Successfully installed date-2.0.0
    Parsing documentation for date-2.0.0
    Installing ri documentation for date-2.0.0
    Done installing documentation for date after 0 seconds
    1 gem installed


    Screenshot



    Can you help me understand what I'm doing wrong?










    share|improve this question









    New contributor




    Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      When I enter the command from the prompt as follows I get the error below:



      zbomani@DESKTOP-PMLUQMI:/home$ bundle install
      Could not locate Gemfile
      zbomani@DESKTOP-PMLUQMI:/home$ bundler install
      Could not locate Gemfile


      I was able to install bundler 2.0.1 and when I entered gem list it returned the list of LOCAL GEMS, which I can install one by one with gem install <gem name>.



      zbomani@DESKTOP-PMLUQMI:/home$ gem install date
      Fetching date-2.0.0.gem
      Building native extensions. This could take a while...
      /usr/share/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb:76: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
      Successfully installed date-2.0.0
      Parsing documentation for date-2.0.0
      Installing ri documentation for date-2.0.0
      Done installing documentation for date after 0 seconds
      1 gem installed


      Screenshot



      Can you help me understand what I'm doing wrong?










      share|improve this question









      New contributor




      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      When I enter the command from the prompt as follows I get the error below:



      zbomani@DESKTOP-PMLUQMI:/home$ bundle install
      Could not locate Gemfile
      zbomani@DESKTOP-PMLUQMI:/home$ bundler install
      Could not locate Gemfile


      I was able to install bundler 2.0.1 and when I entered gem list it returned the list of LOCAL GEMS, which I can install one by one with gem install <gem name>.



      zbomani@DESKTOP-PMLUQMI:/home$ gem install date
      Fetching date-2.0.0.gem
      Building native extensions. This could take a while...
      /usr/share/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/rubygems/ext/builder.rb:76: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
      Successfully installed date-2.0.0
      Parsing documentation for date-2.0.0
      Installing ri documentation for date-2.0.0
      Done installing documentation for date after 0 seconds
      1 gem installed


      Screenshot



      Can you help me understand what I'm doing wrong?







      ubuntu installation ruby






      share|improve this question









      New contributor




      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      Worthwelle

      2,87631325




      2,87631325






      New contributor




      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Zenobia BomaniZenobia Bomani

      1




      1




      New contributor




      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Zenobia Bomani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Zenobia Bomani is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424204%2fbundle-install-command-in-ubuntu-returns-could-not-locate-gemfile%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Zenobia Bomani is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Zenobia Bomani is a new contributor. Be nice, and check out our Code of Conduct.













          Zenobia Bomani is a new contributor. Be nice, and check out our Code of Conduct.












          Zenobia Bomani is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424204%2fbundle-install-command-in-ubuntu-returns-could-not-locate-gemfile%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...