提交 3d0e890a authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4414 from slefrancois/function_copy

Hostname printout in do_nightly_build
...@@ -19,6 +19,13 @@ For Ubuntu 11.10 through 14.04: ...@@ -19,6 +19,13 @@ For Ubuntu 11.10 through 14.04:
sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git
sudo pip install Theano sudo pip install Theano
On 14.04, this will install Python 2 by default. If you want to use Python 3:
.. code-block:: bash
sudo apt-get install python3-numpy python3-scipy python3-dev python3-pip python3-nose g++ libopenblas-dev git
sudo pip install Theano
For Ubuntu 11.04: For Ubuntu 11.04:
.. code-block:: bash .. code-block:: bash
......
...@@ -5,6 +5,9 @@ ARGS="$@" ...@@ -5,6 +5,9 @@ ARGS="$@"
PROFILING="" PROFILING=""
RELEASE="" RELEASE=""
echo "Hostname:"
hostname
if [ "$1" == "--release" ]; then if [ "$1" == "--release" ]; then
RELEASE="True" RELEASE="True"
shift shift
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论