Reputation: 1
I have removed and reinstalled ruby on my machine (windows 7, ruby 1.9.1). When I go to get rails again I get: While executing gem... File Exists C:
Yet when I list my gems is says none are installed.
What gives?
Upvotes: 0
Views: 843
Reputation: 18484
This is a permissions issue. On Windows, you need to run as admin when you're installing gems.
Upvotes: 1