remear / jewelrybox

OS X RVM Manager
105 stars 5 forks source link

pkg Installer Area #120

Closed remear closed 11 years ago

remear commented 12 years ago

Add an area to install rvm pkgs.

@mpapis, is there a way to determine which pkgs are installed?

mpapis commented 12 years ago

check ~/.rvm/config/packages but I do not think it's the best way, you could be better with checking existence of library and header for each pkg.

remear commented 12 years ago

@mpapis Has a package checker or any other helpers been added to RVM in the last few months to help with this? Is there at least a list of available packages?

mpapis commented 12 years ago

@remear no there were no changes in this, it will be a lot better in rvm2 - in fact with railsinstaller we already use smf - so it's what it will ne:

sm pkg list           # show list of installed packages
sm readline install   # install package
sm readline uninstall # remove package
sm set list           # list all available extensions - not all of them have to be package related ... but certain sets are pure package sets
remear commented 12 years ago

Is there an RVM 2 roadmap / schedule?

mpapis commented 12 years ago

unfortunately not, we have started documenting the whole thing, but RVM1 efforts all the time stand in the way of it ... for example binary builds got introduced - rvm help mount.

remear commented 11 years ago

RVM now uses your preferred package manager to install the necessary dependencies for compiling rubies. A pkg manager should no longer be necessary.