11155
(-- --)
November 29, 2010, 10:27pm
1
Hi
Have spent hours trying to set up ruby and rails in order to do a
project for college , have uninstalled /installed etc ...this error
...what does it mean? .... Is their a simple way to rectify this
infuriating mes
sage
I am using windows 7
Thanks in advance
Sarah
11155
(-- --)
November 29, 2010, 10:38pm
2
I found a previous answer to this question below. I havwe never used
command prompt before :embarrassed:
What do i "select 2"....should i not uninstall the first one as that
seems to be an older version ?
Do this:
Gem uninstall i18n
Select gem to uninstall
1. i18n-0.4.2
2. i18n-0.5.0
3. All versions
select 2
then install rails
gem install rails --force
this should work
Henrik
11155
(-- --)
November 29, 2010, 11:00pm
3
Does anyone know gow i can uninstall the second gem using command
?
I have tried 18 differnt prompts lol!
11155
(-- --)
November 29, 2010, 11:08pm
4
When i uses this prompt "Gem uninstall i18n-0.5.0"
it renders this....
"cannot uninstall, check gem list-diln8-0.5.0"
hassan
(Hassan Schroeder)
November 30, 2010, 12:12am
6
...Anyone?
What was the problem with the instructions you quoted?
gem uninstall i18n
Select gem to uninstall
1. i18n-0.4.2
2. i18n-0.5.0
3. All versions
select 2
Pressing the '2' button on your keyboard didn't work, or _______?
Alternatively, if you want to remove a specific gem, you can always
use e.g.
gem uninstall i18n -v 0.5.0
HTH,
11155
(-- --)
November 30, 2010, 12:24am
7
Thanks! Hassan for your reply/ help!
I have deleted that version of gem now.