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