equal
deleted
inserted
replaced
16 To install in your home directory (~/bin and ~/lib, actually), run: |
16 To install in your home directory (~/bin and ~/lib, actually), run: |
17 |
17 |
18 $ python2.3 setup.py install --home=~ |
18 $ python2.3 setup.py install --home=~ |
19 $ export PYTHONPATH=${HOME}/lib/python # add this to your .bashrc |
19 $ export PYTHONPATH=${HOME}/lib/python # add this to your .bashrc |
20 $ export PATH=${HOME}/bin:$PATH # |
20 $ export PATH=${HOME}/bin:$PATH # |
21 |
|
22 You'll also need to set up a tool to handle three-way merges: |
|
23 |
|
24 $ export HGMERGE=tkmerge # customize this |
|
25 |
21 |
26 And finally: |
22 And finally: |
27 |
23 |
28 $ hg # test installation, show help |
24 $ hg # test installation, show help |
29 |
25 |