Pages

Tuesday, October 16, 2012

Remove all Ruby Gems in one command


  • Open the command manager
  • Type powershell
  • Type gem list | %{$_.split(' ')[0]} | %{gem uninstall -Iax $_ }

No comments:

Post a Comment