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
Hi, I had some trouble installing this on windows, as the executable for ripper-tags assumes a bash environment, rather than Windows cmd. Some instructions/guidelines would be helpful.
I got it to work by installing ruby with rubyinstaller, installing the gem from windows command line: gem install ripper-tags, removing the reference to the #!/usr/local/ruby reference from the top of the ripper tags binary, and defining the User Settings configuration like this, calling ruby directly:
Hi, I had some trouble installing this on windows, as the executable for ripper-tags assumes a bash environment, rather than Windows cmd. Some instructions/guidelines would be helpful.
I got it to work by installing ruby with rubyinstaller, installing the gem from windows command line:
gem install ripper-tags
, removing the reference to the #!/usr/local/ruby reference from the top of the ripper tags binary, and defining the User Settings configuration like this, calling ruby directly:The text was updated successfully, but these errors were encountered: