looper
looper copied to clipboard
divvy init gives error when initializing new default
From our documentation:
Looper looks for the divvy configuration file in the environment variable $DIVCFG, so it's best to set that up to point to your divvy configuration file, so you don't have to provide it every time you run looper. This init command will create a default config file, along with a folder of computing templates:
export DIVCFG="divvy_config.yaml"
divvy init --config $DIVCFG
This should create a default divvy config in the current directory. Instead, divvy errors.