Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
Miscellaneous¶
Configuration files¶
The location of the file getlino uses to store its configuration depends on whether you are root or not.
- ~/.getlino.conf¶
The file getlino uses to store its configuration when not running as root.
- $VIRTUAL_ENV/.getlino.conf¶
The file getlino uses to store its configuration when running as root in a virtual environment.
- /etc/getlino/getlino.conf¶
The file getlino uses to store its configuration when running as root in a system python environment (which currently is not recommended but might make sense e.g. when Lino becomes a Debian package).
Scripts generated by getlino¶
- pull.sh¶
Update the Python packages used by this virtualenv.
Generated by
getlino configure
and/orgetlino startsite
whenever Lino creates a virtualenv.This file is stored in the
$VIRTUAL_ENV/bin
directory and is executable.This includes both the packages installed from cloned source code repositories and those installed via PyPI.
Template: https://github.com/lino-framework/getlino/blob/master/getlino/templates/pull.sh