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:
export RUBYLIB=$RUBYLIB:/home/foo/ruby/mylib
You need to login to post a comment.
