rvm / ubuntu_rvm

Ubuntu package for RVM
https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Apache License 2.0
693 stars 84 forks source link

The apt way #26

Closed vmvwebworks closed 6 years ago

vmvwebworks commented 6 years ago

I suggest to still with the common way rather than the apt way for ubuntu, missing ruby versions and issues while installing them.

raelgc commented 6 years ago

@vmvwebworks This official rvm .deb package install the same stable version then rvm site. So it offers the same available rubies. If you want new, you can call rvm get master in the same way.

The issue found in the package version are the same stable version (ssl, folder permissions, etc).

The advantages of the package over an installer are basically the same the when comparing with any other installer:

Anyway, if you want to point which exact issues you're facing, feel free to open new issues.