pyavs.configure

pyavs.configure(data_path: str) None[source]

Configure pyavs data directory once per machine/environment.

Writes ~/.config/pyavs/config.json with the resolved data path. After calling this once, all scripts and notebooks resolve the data path automatically without further configuration (see get_data_path()’s cascade: PYAVS_DATA_PATH env var, then this config file).

Parameters:

data_path (str) – Absolute path to the AVS data directory.