How can I install a local gem?

前端 未结 9 1937
夕颜
夕颜 2020-11-28 00:47

If I download a .gem file to a folder in my computer, can I install it later using gem install?

9条回答
  •  迷失自我
    2020-11-28 01:19

    you can also use the full filename to your gem file:

    gem install /full/path/to/your.gem
    

    this works as well -- it's probably the easiest way

提交回复
热议问题