Trying to install rails- EISDIR error

前端 未结 1 388
别那么骄傲
别那么骄傲 2020-12-21 16:17

I\'m new to programming and am trying to set up Ruby on Rails using Michael Hartl\'s tutorial via Terminal on a Mac running Snow Leopard, but I\'m a bit stuck on this part.

相关标签:
1条回答
  • 2020-12-21 17:15

    /Users/CZom/.gemrc should be a user specific config file that gets loaded when executing the gem command. Sounds like in your case it is a directory instead. Rubygems is complaining therefore.

    Try to rename /Users/CZom/.gemrc or remove it completely if it isn't needed.

    0 讨论(0)
提交回复
热议问题