/ Published in: Bash
Suppose you created a script chart.rb in /home/foo/ruby/mylib direcory. Now, you want to use this in the app.rb located in /home/foo/ruby/scripts. In ~/.bash_profile:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
export RUBYLIB=$RUBYLIB:/home/foo/ruby/mylib