RVM is not working in ZSH

后端 未结 5 1721
Happy的楠姐
Happy的楠姐 2020-12-12 10:28

I\'d like to try out the ZSH shell on my Mac, but I also do a lot of Ruby and Rails development, so I use RVM quite a bit too. The problem is that I can\'t seem to get RVM t

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-12 11:05

    I had the same problem, I solved using this after "ruby on rails" installation:

    echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.zshrc
    

    and

    source ~/.zshrc
    

提交回复
热议问题