README
changeset 507 dd8b19114fe7
parent 445 fe48ffa3665f
child 631 a287f6cd9c6b
equal deleted inserted replaced
506:1f81ebff98c9 507:dd8b19114fe7
    16  $ python setup.py install   # change python to python2.3 if 2.2 is default
    16  $ python setup.py install   # change python to python2.3 if 2.2 is default
    17 
    17 
    18  To install in your home directory (~/bin and ~/lib, actually), run:
    18  To install in your home directory (~/bin and ~/lib, actually), run:
    19 
    19 
    20  $ python2.3 setup.py install --home=~
    20  $ python2.3 setup.py install --home=~
    21  $ export PYTHONPATH=${HOME}/lib/python  # add this to your .bashrc
    21  $ export PYTHONPATH=${HOME}/lib/python  # (or lib64/ on some systems)
    22  $ export PATH=${HOME}/bin:$PATH         # 
    22  $ export PATH=${HOME}/bin:$PATH         # add these to your .bashrc
    23 
    23 
    24  And finally:
    24  And finally:
    25 
    25 
    26  $ hg                                    # test installation, show help
    26  $ hg                                    # test installation, show help
    27 
    27