Open pagelj opened 4 years ago
The data directory still defaults to ~/QuaDramA/Data2/, but the user can now overwrite this behaviour by setting a global custom path using the environment variable QUADRAMA_DIR
~/QuaDramA/Data2/
QUADRAMA_DIR
Example use case:
$ export QUADRAMA_DIR="$XDG_DATA_DIR/QuaDramA/Data2"
The data directory still defaults to
~/QuaDramA/Data2/
, but the user can now overwrite this behaviour by setting a global custom path using the environment variableQUADRAMA_DIR
Example use case: