Dual boot system -- share installed gems

D

dkmd_nielsen

I have a dual boot computer -- Linux and XP. There is a shared data
partition that the two access. Would it be possible to have the ruby
gem repository on that shared drive such that my Ruby environment is
the same no matter which operating system I startup? Meaning, I
install a new gem on the Windows side. When I startup Linux, that gem
is installed and available.

dvn
 
M

Matt Harrison

dkmd_nielsen said:
I have a dual boot computer -- Linux and XP. There is a shared data
partition that the two access. Would it be possible to have the ruby
gem repository on that shared drive such that my Ruby environment is
the same no matter which operating system I startup? Meaning, I
install a new gem on the Windows side. When I startup Linux, that gem
is installed and available.

dvn

It's probably possible, and it might seem easier at first but sooner or
later you'll run into problems I think. For example, gems that have
native compiled binaries, they cannot be shared between XP and linux so
you would have to install them separately anyway. (Unless you compile
them all for windows and then use Wine on linux, which would
be.....horrible :p)

I think in the long run, two different gem homes will be a lot easier
even though it doesn't sound it at first.

HTH

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top