lore icon indicating copy to clipboard operation
lore copied to clipboard

Do not run env check on lore import - only on cli invocation

Open levkk opened this issue 4 years ago • 0 comments

What

import lore triggers environment setup which prevents modular use of Lore. Run the env check explicitly instead when lore entrypoint is called.

Why

This allows Lore to be used as a module for its internal functions without the environment setup which can be done by other means, e.g. Docker.

levkk avatar Jan 05 '21 17:01 levkk