Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 292c515

Browse files
committed
doc update
1 parent 83642c4 commit 292c515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HACKING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ how to do this are as follows.
2727

2828
#. Where ``SAGE_ROOT`` represents the base path of your Sage
2929
installation, perform the following commands. If you have more than one
30-
sagenb installation in ``SAGE_ROOT/local/lib/python/site-packages``,
30+
sagenb installation in ``SAGE_ROOT/local/lib/python2.7/site-packages``,
3131
then change directory into the latest version::
3232

33-
$ cd SAGE_ROOT/local/lib/python/site-packages/sagenb-*
33+
$ cd SAGE_ROOT/local/lib/python2.7/site-packages/
3434
$ mv sagenb sagenb-old
3535
$ ln -s ~/src/sagenb-git/sagenb sagenb # or wherever your clone is
3636
$ cd ~/src/sagenb-git

0 commit comments

Comments
 (0)