提交 a463e474 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

The config.home variable can now be modified (e.g. to use different installs of Theano)

上级 b2585f61
...@@ -19,7 +19,7 @@ AddConfigVar('mode', ...@@ -19,7 +19,7 @@ AddConfigVar('mode',
AddConfigVar('home', AddConfigVar('home',
"User home directory", "User home directory",
EnumStr(os.getenv("HOME"))) StrParam(os.getenv("HOME")))
AddConfigVar('nocleanup', AddConfigVar('nocleanup',
"suppress the deletion of code files that did not compile cleanly", "suppress the deletion of code files that did not compile cleanly",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论