README
changeset 3847 048e9bc5cdc2
parent 3689 25e549e9b7d0
child 3942 1158d7018052
equal deleted inserted replaced
3846:18855084b922 3847:048e9bc5cdc2
    24  $ export PYTHONPATH=${HOME}/lib/python  # (or lib64/ on some systems)
    24  $ export PYTHONPATH=${HOME}/lib/python  # (or lib64/ on some systems)
    25  $ export PATH=${HOME}/bin:$PATH         # add these to your .bashrc
    25  $ export PATH=${HOME}/bin:$PATH         # add these to your .bashrc
    26 
    26 
    27  And finally:
    27  And finally:
    28 
    28 
    29  $ hg                                    # test installation, show help
    29  $ hg debuginstall                       # run some basic tests
       
    30  $ hg                                    # show help
    30 
    31 
    31  If you get complaints about missing modules, you probably haven't set
    32  If you get complaints about missing modules, you probably haven't set
    32  PYTHONPATH correctly.
    33  PYTHONPATH correctly.
    33 
    34 
    34 Setting up a Mercurial project:
    35 Setting up a Mercurial project: