You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm... Most stubs in the bin/ directory have #!/usr/bin/env ruby at the top -- unless Windows can interpret this, it means you're pretty much on your own as far as setup scripts go. Try reading through bin/setup and substitute your platform-specific commands where appropriate. Regular ruby/gem/bundler commands should work properly so long as your Ruby install is sane. As for the others, you could consider trying...
unless Windows can interpret this, it means you're pretty much on your own as far as setup scripts go.
Bingo, I had to add support for Windows to chadev's main site too, I don't think it'll be a problem to be honest. I'm just noting this in case anyone else tries to do this.
Currently I just skipped all the scripts in bin/ and did my stuff manually, but I really should come back and see if I can't add multi-platform support.
All setup scripts are expecting we're on *nix
The text was updated successfully, but these errors were encountered: