looper icon indicating copy to clipboard operation
looper copied to clipboard

divvy init gives error when initializing new default

Open donaldcampbelljr opened this issue 6 months ago • 0 comments

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.

donaldcampbelljr avatar Aug 27 '24 20:08 donaldcampbelljr