ruby - 安装rvm时警告我已经有~/.profile文件,要我加入下面一行,应该怎么加?

【字号: 日期:2022-10-21浏览:45作者:雯心

问题描述

WARNING: You have ’~/.profile’ file, you might want to load it,to do that add the following line to ’/home/frozen/.bash_profile’:

source ~/.profile怎么加?

问题解答

回答1:

echo 'source ~/.profile' >> ~/.bash_profile回答2:

建议rbenv吧

相关文章: