comparison README @ 507:dd8b19114fe7

README: mention lib64/ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 README: mention lib64/ manifest hash: 66865206771f64e1257235c8cf551edf77d2712c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwSemywK+sNU5EO8RAn/kAJ9NhZLCNdOI09rSL22p6zVsoMLyXACdGzVh 6hfXMuxEjn84xTLS4xJ2OLo= =VQie -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 28 Jun 2005 02:34:14 -0800
parents fe48ffa3665f
children a287f6cd9c6b
comparison
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