Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
87709b3b
提交
87709b3b
authored
12月 01, 2010
作者:
Olivier Delalleau
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
More consistent formatting of PYTHONPATH in install doc
上级
14f4dbc1
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
install.txt
doc/install.txt
+5
-4
没有找到文件。
doc/install.txt
浏览文件 @
87709b3b
...
@@ -94,9 +94,10 @@ to your machine, you can install to an alternate prefix using
...
@@ -94,9 +94,10 @@ to your machine, you can install to an alternate prefix using
e.g. using ``--install-option='--prefix=~/.local'`` on Python 2.4 would
e.g. using ``--install-option='--prefix=~/.local'`` on Python 2.4 would
install Theano into ``.local/lib/python2.4/site-packages`` inside your home
install Theano into ``.local/lib/python2.4/site-packages`` inside your home
directory on Mac OS X or Unix/Linux (this ``site-packages`` directory must be
directory on Mac OS X or Unix/Linux (this ``site-packages`` directory must be
listed in your ``$PYTHONPATH``; for Python 2.6 and later, ``~/.local`` is
listed in your ``PYTHONPATH`` environment variable; for Python 2.6 and later,
``~/.local`` is
automatically searched and does *not* need to be explicitly included in
automatically searched and does *not* need to be explicitly included in
``
$
PYTHONPATH``, see :ref:`config_pythonpath` for instructions).
``PYTHONPATH``, see :ref:`config_pythonpath` for instructions).
Alternatively you can use virtualenv_ to create an isolated ``site-packages``
Alternatively you can use virtualenv_ to create an isolated ``site-packages``
directory; see the `virtualenv documentation`_ for details.
directory; see the `virtualenv documentation`_ for details.
...
@@ -159,7 +160,7 @@ can specify an alternative installation prefix using
...
@@ -159,7 +160,7 @@ can specify an alternative installation prefix using
A common choice is ``~/.local`` which is automatically searched for Python >=
A common choice is ``~/.local`` which is automatically searched for Python >=
2.6; for earlier Python versions and other installation prefixes, the prefix
2.6; for earlier Python versions and other installation prefixes, the prefix
specified must contain ``lib/pythonA.B/site-packages``, where ``A.B`` is e.g.
specified must contain ``lib/pythonA.B/site-packages``, where ``A.B`` is e.g.
2.5, and this ``site-packages`` directory must be listed in ``
$
PYTHONPATH``.
2.5, and this ``site-packages`` directory must be listed in ``PYTHONPATH``.
An alternative, perhaps simpler way of creating and using an isolated
An alternative, perhaps simpler way of creating and using an isolated
``site-packages`` is to use virtualenv_; see the `virtualenv documentation`_
``site-packages`` is to use virtualenv_; see the `virtualenv documentation`_
...
@@ -505,7 +506,7 @@ used within a MinGW Shell (not available if you only installed Python(x,y)).
...
@@ -505,7 +506,7 @@ used within a MinGW Shell (not available if you only installed Python(x,y)).
hg clone http://hg.assembla.com/theano Theano
hg clone http://hg.assembla.com/theano Theano
- Add (or edit) the
PYTHONPATH
environment variable (into Control
- Add (or edit) the
``PYTHONPATH``
environment variable (into Control
Panel / System / Advanced / Environment Variables), so that it contains
Panel / System / Advanced / Environment Variables), so that it contains
the full installation directory of Theano. Restart a prompt to verify
the full installation directory of Theano. Restart a prompt to verify
that it works:
that it works:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论