mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
15 lines
330 B
INI
15 lines
330 B
INI
# Set 'home' to the directory where weewx should be installed. If the
|
|
# directory does not exist, the installer will try to create it.
|
|
#
|
|
# linux: /home/weewx
|
|
# macos: /Users/Shared/weewx
|
|
# windows: c:\Users\weewx
|
|
|
|
[install]
|
|
home = /home/weewx
|
|
|
|
prefix =
|
|
exec-prefix =
|
|
install_lib = %(home)s/bin
|
|
install_scripts = %(home)s/bin
|