At lp:///~jameinel/bzr/bug_295826 ------------------------------------------------------------ revno: 3930 revision-id: [email protected] parent: [email protected] committer: John Arbash Meinel <[email protected]> branch nick: bug_295826 timestamp: Thu 2009-01-08 14:56:05 -0600 message: Document the build_ext portion of 'install' when not using extensions.
=== modified file 'doc/en/user-guide/installing_bazaar.txt' --- a/doc/en/user-guide/installing_bazaar.txt 2008-03-27 07:51:10 +0000 +++ b/doc/en/user-guide/installing_bazaar.txt 2009-01-08 20:56:05 +0000 @@ -52,6 +52,22 @@ get things working. +Installing into site-wide locations +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Instead of adding the directory to your PATH, you can install bzr into the +system locations using:: + + python setup.py install + +If you do not have a compiler, or do not have the python development tools +installed, bzr supplies a (slower) pure-python implementation of all +extensions. You can install without compiling extensions with:: + + python setup.py install build_ext --allow-python-fallbacks + + + Running the development version -------------------------------
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
