提交 a37ebfd7 authored 作者: lamblinp@lgcm's avatar lamblinp@lgcm

Fix update of PYTHONPATH, so we can access the right theano directory.

上级 9c166e07
......@@ -98,7 +98,7 @@ if __name__ == '__main__':
if options['--all'] or options['--epydoc']:
from epydoc.cli import cli
sys.path[0:0] = throot
sys.path[0:0] = [throot]
#Generate HTML doc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论