www.yannlaviolette.com
Pages
(Move to ...)
Home
▼
Pages
(Move to ...)
▼
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
‹
›
Home
View web version
No comments:
Post a Comment