L
Lyes Amazouz
[Note: parts of this message were removed to make it a legal post.]
Hello everybody!
May some one tell me how can I install a ruby library using it's ".gem" file
I've tried to proceed like this:
gem install --install-dir PATH library_name
the output was like this
Successfully installed library_name.version
1 gem installed
but when I call it from the irb with require, it display the not found error
message
thank you
Hello everybody!
May some one tell me how can I install a ruby library using it's ".gem" file
I've tried to proceed like this:
gem install --install-dir PATH library_name
the output was like this
Successfully installed library_name.version
1 gem installed
but when I call it from the irb with require, it display the not found error
message
thank you