This is correct. You can't just run the script the way you're running it, as it's dependent on Python's package/entrypoint systems, requiring an installation. Pip will take care of this for you.
Christian On Thu, Oct 10, 2019 at 3:07 AM Paul Mansfield < [email protected]> wrote: > > IME, you're better off using pip to install it > > check whether pip has it installed: > $ sudo pip list | grep -i rbt > RBTools 1.0.2 > > then > $ sudo pip install RBTools > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/89d4ba12-5b41-47ea-b925-57e917366cf5%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/89d4ba12-5b41-47ea-b925-57e917366cf5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7VndnHL6gLS2uo_8QLt398k2jptRxjpxohpOp%3Dg_t8Extszg%40mail.gmail.com.
