reviewboard

Eric Snow eric.snow at canonical.com
Tue Sep 9 14:47:05 UTC 2014


On Mon, Sep 8, 2014 at 8:05 PM, Tim Penhey <tim.penhey at canonical.com> wrote:
> On 09/09/14 04:32, Eric Snow wrote:
>> To install rbt:
>>
>> sudo pip install --allow-unverified rbtools --allow-external rbtools rbtools
>
> Ah... no.
>
> Perhaps in a virtual env.

Is it the sudo or the flags to which you object? :)  Using a
virtualenv would indeed be a good idea!  So, as a correction to my
previous instructions:

  virtualenv ~/.venvs/reviewboard
  ~/.venvs/reviewboard/bin/pip install --allow-unverified rbtools
--allow-external rbtools rbtools
  alias rbt='~/.venvs/reviewboard/bin/rbt'

-eric



More information about the Juju-dev mailing list