提交 37fe52b9 authored 作者: David Warde-Farley's avatar David Warde-Farley

Make the PYTHONPATH instructions more general and less wedded to the old developer instructions.

上级 6c3b9461
...@@ -172,13 +172,13 @@ To modify the environment variable ``PYTHONPATH`` in bash, you may do this: ...@@ -172,13 +172,13 @@ To modify the environment variable ``PYTHONPATH`` in bash, you may do this:
.. code-block:: bash .. code-block:: bash
export PYTHONPATH=<path to Theano's parent dir>/Theano:$PYTHONPATH export PYTHONPATH=<new location to add>:$PYTHONPATH
In csh: In csh:
.. code-block:: csh .. code-block:: csh
setenv PYTHONPATH <path to Theano's parent dir>/Theano:$PYTHONPATH setenv PYTHONPATH <new location to add>:$PYTHONPATH
To make this change stick you'll usually need to add the command to one or To make this change stick you'll usually need to add the command to one or
more of your shell's startup scripts, i.e. ``~/.bashrc`` or ``~/.cshrc``. more of your shell's startup scripts, i.e. ``~/.bashrc`` or ``~/.cshrc``.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论