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/config
or for particular user~/.config/radicale/config
or even both,radicale
will read them in this order, first system wide and then the users one and after that it will check forRADICALE_CONFIG
environment variable and try to read configuration file it's pointing to as well.Default configuration values can be found in
config.py
insideradicale
module.So
config.py
will be located at: