Le 21/10/2015 23:46, Ryan Kaldari a écrit : > Tried Brandon's suggestion (and some others that I got privately), but no > luck. Also tried uninstalling and reinstalling git-review. > > When I do "echo $PATH": > /usr/local/bin:/bin:/usr/bin:/Users/kaldari/bin:/usr/local/mysql/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/lib/php:/usr/local/php5/bin > > which pip: > /usr/local/bin/pip > > which easy_install: > /usr/local/bin/easy_install
Use pip instead :-} > which git-review: > /usr/local/bin/git-review > > But 'git-review' or 'git review' still give the same stack trace. I'll try > asking in #git. Thanks for the suggestions! When invoking 'git foobar', if 'foobar' is not an internal git command or an alias, it will lookup in the path for 'git-foobar' and invoke it. So both 'git-review' and 'git review' ends up being slightly the same. git-review is a thin wrapper on top of git that has been written by OpenStack people for their community. So people in #git are unlikely to know about it. You might want to try either: #openstack - the general channel should have ton of git-review users #openstack-infra - the equivalent of WMF ops has people maintaining git-review among other tools. -- Antoine "hashar" Musso _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
