提交 418c184a authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #4618 from tillahoffmann/local_theanorc

Support .theanorc files in the current working directory
......@@ -87,7 +87,9 @@ Environment Variables
with later (right-most) files taking priority over earlier files in the
case that multiple files specify values for a common configuration option.
For example, to override system-wide settings with personal ones,
set ``THEANORC=/etc/theanorc:~/.theanorc``.
set ``THEANORC=/etc/theanorc:~/.theanorc``. To load configuration files in
the current working directory, append ``.theanorc`` to the list of configuration
files, e.g. ``THEANORC=~/.theanorc:.theanorc``.
Config Attributes
=====================
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论