gam*_*095 5 ruby ruby-on-rails linux-mint
当我bundle exec rake db:migrate在终端上输入时,我遇到了一些问题 \n然后我收到了类似 `/usr/bin/env: \xe2\x80\x98ruby2.3\xe2\x80\x99: No such file or directory 的结果
小智 1
我遇到了同样的问题,但是运行时:
rails new my_application
Run Code Online (Sandbox Code Playgroud)
但在重新安装 Rails Gems 后:
gem install rails
Run Code Online (Sandbox Code Playgroud)
它工作得很好,我可以运行:
rails new my_application
bundle install
Run Code Online (Sandbox Code Playgroud)
和
bundle exec rails s
Run Code Online (Sandbox Code Playgroud)
没有任何问题。