Rev 3930: Document the build_ext portion of 'install' when not using extensions. in lp:///~jameinel/bzr/bug_295826
John Arbash Meinel
john at arbash-meinel.com
Thu Jan 8 20:56:27 GMT 2009
At lp:///~jameinel/bzr/bug_295826
------------------------------------------------------------
revno: 3930
revision-id: john at arbash-meinel.com-20090108205605-ibsi18z7ljorq227
parent: john at arbash-meinel.com-20090108204358-w84sffsgefp5vyp0
committer: John Arbash Meinel <john at arbash-meinel.com>
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.
-------------- next part --------------
=== 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
-------------------------------
More information about the bazaar-commits
mailing list