Revision c09eb68d
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
127 | 127 |
ghostscript = gs |
128 | 128 |
# Location of the pdflatex (or compatible, e.g. xetex) binary |
129 | 129 |
latex = pdflatex |
130 |
# Location of the Python interpreter to use when converting from |
|
131 |
# OpenDocument to PDF. Some distributions compile UNO support only |
|
132 |
# into binaries located in different locations than the main Python |
|
133 |
# binary. |
|
134 |
python_uno = python |
|
130 | 135 |
# Location of the two executables "pg_dump" and "pg_restore" used for |
131 | 136 |
# database backup and restoration from the admin section. If |
132 | 137 |
# "pg_dump" or "pg_restore" is set to "DISABLED" then the |
... | ... | |
141 | 146 |
# Add the following paths to the PERL5LIB environment variable. |
142 | 147 |
# "/sw/lib/perl5" is for Mac OS X with Fink's Perl. |
143 | 148 |
lib = /sw/lib/perl5 |
149 |
# Add the following paths to the PYTHONPATH environment variable for |
|
150 |
# locating Python modules. Python is used when converting OpenDocument |
|
151 |
# files into PDF files. |
|
152 |
python_uno_path = |
|
144 | 153 |
|
145 | 154 |
[print_templates] |
146 | 155 |
# If you have LaTeX installed set to 1 |
Auch abrufbar als: Unified diff
Python-Interpreter und -Modulpfad über Konfigurationsoptionen in kivitendo.conf konfigurierbar gemacht
Behebt #671.