四个环境变量配置文件
~/.zshrc :添加 eval "$(rbenv init - zsh)"
~/.profile :添加 eval "$(rbenv init - zsh)"
~/.bash_profile
~/.bashrc :添加 eval "$(rbenv init - zsh)"
打开文件示例:
open ~/.zshrc
rbenv安装
https://www.cnblogs.com/brady-wang/p/15387203.html
四个环境变量配置文件
~/.zshrc :添加 eval "$(rbenv init - zsh)"
~/.profile :添加 eval "$(rbenv init - zsh)"
~/.bash_profile
~/.bashrc :添加 eval "$(rbenv init - zsh)"
打开文件示例:
open ~/.zshrc
rbenv安装
https://www.cnblogs.com/brady-wang/p/15387203.html