Search code examples
rvmangstrom-linuxbeagleboneblack

Rvm on beagleboneblack disable posix


I'm trying to run rvm on Angstrom linux on BBB.

When i try to launch rvm, i obtain:

RVM can not be run with set -o posix, please turn it off and try again.

Someone know about this?


Solution

  • This is a check to prevent running RVM from pure Sh shells, for proper functioning RVM requires Arrays(along other features) which are only available in Bash and Zsh.