I'm working my way through the linux install directions for ReviewBoard
here.
After many trials and tribulation, I was able to run
python -m pip install ReviewBoard
And it reports that ReviewBoard-3.0.20 was successfully installed (among many others).
But, when I try
which rb-site
nothing is found. I see from other conversations here that the likely problem is that my PATH just doesn't include the path containing rb-site. But I'm having a heck of a time trying to find it!
I've tried
python -m pip show ReviewBoard
which dutifully cites its location at
/home/build/.local/lib/python2.7/site-packages/reviewboard
But there's no sign of it there... or anywhere I have looked so far...
Am I missing a step?