I am trying to install radicale on Ubuntu 14 and I need to change the config file, which is supposed to be located either
/etc/radicale/config or ~/.config/radicale/config.
However, installing with pip sudo pip install radicale neither of the radicale directories are created.
Where are the config files for pip installed packages?
By default, none of those configuration files exist, just go ahead and create one system wide
/etc/radicale/configor for particular user~/.config/radicale/configor even both,radicalewill read them in this order, first system wide and then the users one and after that it will check forRADICALE_CONFIGenvironment variable and try to read configuration file it's pointing to as well.Default configuration values can be found in
config.pyinsideradicalemodule.So
config.pywill be located at: