Skip to content

Instantly share code, notes, and snippets.

@derigible
Created June 17, 2020 20:16
Show Gist options
  • Save derigible/189887797b5f032a1095fd15a86a6919 to your computer and use it in GitHub Desktop.
Save derigible/189887797b5f032a1095fd15a86a6919 to your computer and use it in GitHub Desktop.
rails new throws 'Could not locate Gemfile or .bundle/ directory' error
// if using rubyenv
$ whereis rails
rails: /usr/bin/rails /home/username/.rbenv/shims/rails
// use the rails file directly
/home/username/.rbenv/shims/rails new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment