Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby 用のカスタム ライブラリが含まれるディレクトリがあります。このディレクトリを Ruby のライブラリ パスに追加する最良の方法は何ですか? 実行されたRubyファイルでこれを行いたくありません。以前は、各ライブラリのシンボリック リンクを に残してこれを/usr/local/lib/ruby/1.9.1行っていましたが、より良い方法を探しています。
/usr/local/lib/ruby/1.9.1
を使用しRUBYLIBます。追加.bashrcまたはどこでも:
RUBYLIB
.bashrc
export RUBYLIB=/path/to/whatever/
RUBYLIB環境パス