1

screenshot of bash terminal

I tried "bundle install" which gives the error "Could not locate Gemfile"

Am following this guide https://gorails.com/setup/windows/10

I tried doing the same thing in /mnt/c, but get the same error

Tried bundle install in the project directory, got this error: screenshot

Tried running "gem install pg -v '1.1.4' --source 'https://rubygems.org/'", got this errorscreenshot

solved with the command

sudo apt install postgresql-contrib libpq-dev

nickt
  • 447
  • 1
  • 4
  • 9
  • Have you tried `bundle install` from project directory. I mean after moving in to project directory? – Pardeep Dhingra Dec 17 '19 at 05:04
  • tried doing that and got an error, updated post – nickt Dec 17 '19 at 05:10
  • https://stackoverflow.com/questions/39251264/pg-extconf-failed-exit-code-1-in-linux and if you are using ubuntu https://stackoverflow.com/questions/3116015/how-to-install-postgresqls-pg-gem-on-ubuntu – Pardeep Dhingra Dec 17 '19 at 05:13

0 Answers0