提交 4e05406a authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix variable used (HOMEPATH is not always defined)

上级 4f90d123
......@@ -24,8 +24,8 @@ pip install Theano
echo installed
rem Put a default .theanorc.txt
set THEANORC=%HOMEPATH%\.theanorc.txt
set THEANORC_=%HOMEPATH%\.theanorc_install.txt
set THEANORC=%USERPROFILE%\.theanorc.txt
set THEANORC_=%USERPROFILE%\.theanorc_install.txt
echo [global]> %THEANORC_%
echo openmp=False>> %THEANORC_%
echo.>> %THEANORC_%
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论