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:
Tried running "gem install pg -v '1.1.4' --source 'https://rubygems.org/'", got this error
solved with the command
sudo apt install postgresql-contrib libpq-dev