[sagenb] 39/157: remove $ from SAGE_ROOT to improve consistency with Sage docs
felix salfelder
felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository sagenb.
commit 4bd415c6a2c4fc8ccc1e17504562c23eb09cf002
Author: Punarbasu Purkayastha <ppurka at gmail.com>
Date: Sun Aug 31 01:07:11 2014 +0800
remove $ from SAGE_ROOT to improve consistency with Sage docs
---
HACKING.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/HACKING.rst b/HACKING.rst
index 02b233e..6856eb7 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -25,16 +25,16 @@ how to do this are as follows.
$ cd ~/src
$ git clone git at github.com:<your username>/sagenb sagenb-git
-#. Where ``$SAGE_ROOT`` represents the base path of your Sage
+#. Where ``SAGE_ROOT`` represents the base path of your Sage
installation, perform the following commands. If you have more than one
- sagenb installation in ``$SAGE_ROOT/local/lib/python/site-packages``,
+ sagenb installation in ``SAGE_ROOT/local/lib/python/site-packages``,
then change directory into the latest version::
- $ cd $SAGE_ROOT/local/lib/python/site-packages/sagenb-*
+ $ cd SAGE_ROOT/local/lib/python/site-packages/sagenb-*
$ mv sagenb sagenb-old
$ ln -s ~/src/sagenb-git/sagenb sagenb # or wherever your clone is
$ cd ~/src/sagenb-git
- $ $SAGE_ROOT/sage --python setup.py develop
+ $ SAGE_ROOT/sage --python setup.py develop
#. You can also add the `sagenb`_ git repository as a remote branch
called ``upstream``::
@@ -58,7 +58,7 @@ section in the Sage manual`_.)
If you ever need to switch to using another Sage installation for your
sagenb development, you only need to repeat step 5 with the new value of
-``$SAGE_ROOT``.
+``SAGE_ROOT``.
.. _the sagenb git repository: http://github.com/sagemath/sagenb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git
More information about the debian-science-commits
mailing list