Giter VIP home page Giter VIP logo

Comments (3)

srushti avatar srushti commented on July 21, 2024

Yeah, that was where the problem was. It's fixed in 47dec20. I wouldn't be surprised if you find more issues when you don't have rvm installed, we haven't really tested it too much without rvm.
Of the top of my head, you'll probably have an issue with bundler since goldberg will have to do sudo bundle install or install to a different path.

from goldberg.

rohitarondekar avatar rohitarondekar commented on July 21, 2024

This actually doesn't solve the problem:

ruby-1.9.2-p180 :001 > [nil, 'aaa', 'bbb'].join(' ; ')
  => " ; aaa ; bbb" 

Which is the same as previous:

"(#{RVM.use_script(ruby, "goldberg-#{project.name}")} ; #{go_to_project_path}; #{build_command}) #{output_redirects}"

I think we'll need to explicitly build gemset_use string such as:

gemset_use = RVM.use_script(ruby, "goldberg-#{project.name}") 
gemset_use ? "#{gemset_use} ; " : ''

I can't really make that change right now, but I can send a pull request later if you'd like?

Also I actually do have RVM installed, but as root and it's installed system wide. This is the first time I've done it too so I don't know what the effects are. :P

Output of rvm info: https://gist.github.com/1b905fbc84d886d904a0

from goldberg.

rohitarondekar avatar rohitarondekar commented on July 21, 2024

Fixed by commit a636c6

from goldberg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.