I am trying to install berks on centos using command:
[root@ip~]#gem install berkshelf --no-ri --no-rdoc
After installing I have verified whether berks have been installed using the command:
[root@ip~]# berks -v
-bash: berks: command not found
Also I would like to tell you that I am using ruby that comes shipped with Chef. I have not installed ruby explicitly on system.
I would like to know how to install berks on centos.
Any lead in this regard would be highly appreciated.