On Mon, Sep 8, 2014 at 8:05 PM, Tim Penhey <tim.pen...@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

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev

Reply via email to