Greg
Greg

Reputation: 305

Error with installing gems

greg@greg-VirtualBox:~$ gem install twitter
/home/greg/.rvm/bin/gem: line 6: /home/greg/.rvm/bin/gem: Argument list too long
/home/greg/.rvm/bin/gem: line 6: /home/greg/.rvm/bin/gem: Success

What does this mean?

Upvotes: 0

Views: 77

Answers (2)

PericlesTheo
PericlesTheo

Reputation: 2469

Try using: gem install t. I hope that's what you are looking for The Twitter Ruby Gem

Upvotes: 1

Mike Bastoon
Mike Bastoon

Reputation: 114

ok thanks for clarifying it. I first thought you had access to the GUI interface. In that case try remove all .rvm from your user's folder, and try re-install. Let me how it goes.

Upvotes: 1

Related Questions