Sujet : Re: Best practice for config files?
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.pythonDate : 23. May 2025, 01:37:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <878qmo2mdm.fsf@nightsong.com>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
"Michael F. Stemper" <
michael.stemper@gmail.com> writes:
Should I specify the location of the config file with a command-line
option, or is requiring the program to be executed in the directory
containing the configuration file considered acceptable practice?
You can also use an environment variable.