problem with bundle

前端 未结 6 1711
醉梦人生
醉梦人生 2021-01-02 11:50

I try command bundle install --local but it show issue:

-bash: /usr/local/bin/bundle: /usr/local/bin/ruby: bad interpreter: No such file or dir         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 12:11

    For newly created gem-set gem bundler is missing for me,

    Before bundler install path for it, /usr/local/bin/bundler

    Installed bundler to resolve issue.

    gem install bundler --no-ri --no-rdoc
    

    Bundler path changes to, /home/root/.rvm/gems/ruby-2.2.1@drag-drop-list/bin/bundler

提交回复
热议问题