You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
If using Ruby 1.8.x, your RUBYOPT probably has a -rubygems entry in it.
It is best to add -rubylibrary after the -rubygems entry, but still before
anything else, so that Library has first stab at loading files, instead
of RubyGems.
export RUBYOPT="-rubygems -rubylibrary"
PATH Export
The environments PATH can also be modified using the internal Library.PATH() method:
This does not resync the cached library ledger, but just returns the path list of the ledger as is. You might do this, for instance, if you only ever use the live mode. Or prefer to resync manually.