Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOs install #17

Closed
damiendube opened this issue Aug 6, 2019 · 2 comments
Closed

MacOs install #17

damiendube opened this issue Aug 6, 2019 · 2 comments
Labels
question Further information is requested

Comments

@damiendube
Copy link
Contributor

damiendube commented Aug 6, 2019

I'm on a pretty vanilla MacOs Mojave.

I had to add python3 using brew since my system only had python2 by default
brew install python3

Installed using a slightly different command than the one in the doc
pip3 install --user git-revise

No the modules is installed but when I run git revise I get this error.
git: 'revise' is not a git command. See 'git --help'.

@romac
Copy link

romac commented Aug 6, 2019

Try adding $HOME/Library/Python/3.7/bin to your PATH.

@mystor mystor added the question Further information is requested label Aug 6, 2019
@zxaos
Copy link

zxaos commented Sep 17, 2019

git-revise is now also available directly via brew
brew install git-revise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants