bzr-git and Dulwich

David Cournapeau david at ar.media.kyoto-u.ac.jp
Fri Sep 11 03:32:42 BST 2009


Alexander Belchenko wrote:
> Mario пишет:
>> Pardon me if I'm wrong, but something like this should work for you
>> without being a superuser:
>>
>> python setup.py  install  --home=$HOME
>
> And you should have added $HOME to $PYTHONPATH.
For python 2.6 and above, the best solution single user install is the
--user option. No need to add anything, no need for super user, works on
every platform. It should even be the default IMHO  - sudo python
setup.py install is just very bad advice on linux in general.

cheers,

David



More information about the bazaar mailing list