Install pip with easy_install

easy_install --user pip

Update PATH

Unless you have already done it, add ~/.local/bin to PATH, because pip will install binaries there.

PATH=~/.local/bin:$PATH

http://wiki.bazaar.canonical.com/InstallationFaq

pip install --user pyrex  # optional
pip install --user paramiko  # optional
pip install --user bzr==2.5  # or whatever is the latest stable version

Additional plugins

You might want to install some additional plugins too:

pip install --user bzr-svn
pip install --user bzr-git 
pip install --user bzr-rebase
pip install --user bzr-fastimport

Or find more interesting plugins:

pip search bzr

blog comments powered by Disqus