Even if the configuration file is present, you may get a message that it is not detected.
kojix2 opened this issue · 0 comments
kojix2 commented
Command
youplot --config
Error
Configuration file not found.
It should be a YAML file, like this example:
width : 40
height : 20
By default, YouPlot will look for the configuration file in these locations:
.youplot.yml
.youplotrc
/home/kojix2/.youplotrc
/home/kojix2/.youplot.yml
/home/kojix2/.config/youplot/youplotrc
/home/kojix2/.config/youplot/youplot.yml
If you have the file elsewhere, you can specify its location with the `MYYOUPLOTRC` environment variable.