📜  执行 gem 时 - Ruby 代码示例

📅  最后修改于: 2022-03-11 15:04:45.359000             🧑  作者: Mango

代码示例1
$ echo '# rbenv' >> ~/.bash_profile

$ echo 'export PATH=~/.rbenv/bin:$PATH' >> ~/.bash_profile

$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile