seattlerb / ruby_parser

ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
http://www.zenspider.com/projects/ruby_parser.html
476 stars 100 forks source link

ruby_parser's executable "ruby_parse" conflicts with ~/.rbenv/versions/2.4.3/bin/ruby_parse #263

Closed UtamaruMonster closed 5 years ago

UtamaruMonster commented 6 years ago

Good day.

Wanted to install ruby_parser. This is what i've got.

ruby_parser's executable "ruby_parse" conflicts with ~/.rbenv/versions/2.4.3/bin/ruby_parse

Is this normal?

Thank you.

zenspider commented 6 years ago

My guess is if you look at the contents of ~/.rbenv/versions/2.4.3/bin/ruby_parse that you'll see it is pointing to another installation of the gem.

zenspider commented 6 years ago

Anything?

zenspider commented 5 years ago

No response. Closing.