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 环境路径