ASDF
ASDF
[wavesdelight1988@s1]:<~>$ asdf
-bash: /home/wavesdelight1988/.asdf/bin/asdf: Permission denied
[wavesdelight1988@s1]:<~>$ asdf plugin add ruby
-bash: /home/wavesdelight1988/.asdf/bin/asdf: Permission denied
RVM
[wavesdelight1988@s1]:<~>$ \curl -sSL https://get.rvm.io | bash -s stable
main: line 813: /home/wavesdelight1988/rvm-exec-test.LTmv0h: Permission denied
It looks that scripts located in /home/wavesdelight1988, which would be RVM destination /home/wavesdelight1988/.rvm,
are not executable. One of the reasons might be that partition zroot/root/usr/home holding this location
is mounted in noexec mode, which prevents RVM from working correctly. Please verify your setup
and re-mount partition zroot/root/usr/home without the noexec option.