J
J. D.
I have a curious question...
My normal install is C:\Ruby and C:\Ruby\bin is located in my windows
path.
If I do ruby -v (correct version shows)
If I do gem -v (correct version shows)
If I do gem list (correct list shows)
If I rename that folder to C:\Ruby.backup (to store as a backup folder)
the following applies if I go into the C:\Ruby.backup\bin and perform
the following:
If I do ruby -v (correct version shows)
If I do gem -v (it shows 3 versions less 1.3.1 instead of 1.3.4)
If I do gem list (it says its empty)
I just want to know why it does this...
My normal install is C:\Ruby and C:\Ruby\bin is located in my windows
path.
If I do ruby -v (correct version shows)
If I do gem -v (correct version shows)
If I do gem list (correct list shows)
If I rename that folder to C:\Ruby.backup (to store as a backup folder)
the following applies if I go into the C:\Ruby.backup\bin and perform
the following:
If I do ruby -v (correct version shows)
If I do gem -v (it shows 3 versions less 1.3.1 instead of 1.3.4)
If I do gem list (it says its empty)
I just want to know why it does this...