mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
14 lines
395 B
INI
14 lines
395 B
INI
# Configuration file for weewx installer. The syntax is from module
|
|
# ConfigParser. See http://docs.python.org/library/configparser.html
|
|
|
|
[install]
|
|
|
|
# Set the following to the root directory where weewx should be installed
|
|
home = /home/weewx
|
|
|
|
# Given the value of 'home' above, the following are reasonable values
|
|
prefix =
|
|
exec-prefix =
|
|
install_lib = %(home)s/bin
|
|
install_scripts = %(home)s/bin
|