How to change rvm install location?

后端 未结 2 1115
故里飘歌
故里飘歌 2020-12-13 19:28

Currently I have rvm installed under /home/john/.rvm

How do move rvm to the location /opt/local/rvm ?

I tried to use the rvmrc file

2条回答
  •  抹茶落季
    2020-12-13 20:08

    You can do

    curl -sSL https://get.rvm.io | bash -s -- --path /path/you/want/rvm/installed/to
    

提交回复
热议问题