run_in_env

soap.conda.run_in_env(args: Sequence[str], env_path: Union[str, Path])[source]

Run a command in the specified environment prefix

Parameters:
  • args – The command to run.

  • env_path – The path to the prefix of the environment.