prepare_env

soap.prepare_env(env: Env, ignore_cache: bool = False)[source]

Prepare the provided environment

Parameters:
  • env – The environment to prepare

  • ignore_cache – If True, rebuild or update the environment even if the cache suggests it is up-to-date. If False, only rebuild or update the environment when the YAML file or additional dependencies and channels has changed since the last build.