I am trying to run
rvm pkg install zlib
and I get the following message
ERROR: Unrecognized command line argument: 'pkg' ( see: 'rvm usage' )
I installed rvm by running:
sudo apt-get install ruby-rvm
I have searched online but I have only found a similar error stating that package
has changed to pkg, but in this case I am using pkg. Any ideas? I am using Ubuntu 11.10 x64
Thank you in advance
It seems I didn't install rvm as I should.
First uninstall ruby-rvm by running:
Then install rvm by running:
like the instructions here