Set search path for Ruby scripts

Table of Contents

Suppose that the search path is ~/ruby. Add the following line in .bashrc.

export RUBYPATH=~/ruby

Put ruby scripts in ~/ruby. Suppose that “test.rb” is in this directory. Call the script with -S option in any directory.

$ ruby -S test.rb

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください