Using Ruby Enterprise Edition, gems are not installed where I would expect

前端 未结 2 964
陌清茗
陌清茗 2021-02-11 05:46

I have just installed Ruby Enterprise Edition and am installing some gems for it. Stock Ruby 1.8.6 is also installed on the server.

I have added /opt/ruby-enterpri

2条回答
  •  清酒与你
    2021-02-11 06:18

    A solution I used to a similar problem is to set up an alias to your REE gem command.

    I.e.

    alias reegem='/opt/ruby-enterprise-1.8.6-20090201/bin/gem'
    

提交回复
热议问题