سؤال

I've installed a gem from git source:

gem 'padrino', git: 'git@github.com:padrino/padrino-framework.git'

How can I find where it's located on my machine?

هل كانت مفيدة؟

المحلول

Run:

bundle show padrino

and you will know.

نصائح أخرى

If you're asking about being installed locally try yourcomp/home/username/~/.rvm/gems/"your_default_ruby_version"/gems .

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top