308c0513a9
ok djm@
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
If you want to use this package as your default system python, as root
|
|
create symbolic links like so (overwriting any previous default):
|
|
ln -sf ${PREFIX}/bin/python2.5 ${PREFIX}/bin/python
|
|
ln -sf ${PREFIX}/bin/python2.5-config ${PREFIX}/bin/python-config
|
|
ln -sf ${PREFIX}/bin/pydoc2.5 ${PREFIX}/bin/pydoc
|