README
changeset 240 737c66b68290
parent 205 d255d99a7cbd
child 241 afe895fcc0d0
equal deleted inserted replaced
239:75840796e8e2 240:737c66b68290
    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