You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on mac. I didn't have python on my machine (I'm not a python user), so I used homebrew to install.
brew install python
pip3 install --user git-gud
(got an error message "error checking the latest version of pip". Some googling led me to try:)
python -m pip install --upgrade pip
(python not a command. I tried instead:)
python3 -m pip install --upgrade pip
(that worked so I tried again:)
pip3 install --user git-gud
(that succeeded without errors, so next step)
git gud
(got an error message from git "gud is not a git command")
(I created a new directory and changed into it and tried:)
mkdir gud
cd gud
git gud init
(got the same error message from git)
I'm stuck.
I have no idea how to run this. Is there a change I need to make to PATH?
The text was updated successfully, but these errors were encountered:
I'm on mac. I didn't have python on my machine (I'm not a python user), so I used homebrew to install.
brew install python
pip3 install --user git-gud
(got an error message "error checking the latest version of pip". Some googling led me to try:)
python -m pip install --upgrade pip
(python not a command. I tried instead:)
python3 -m pip install --upgrade pip
(that worked so I tried again:)
pip3 install --user git-gud
(that succeeded without errors, so next step)
git gud
(got an error message from git "gud is not a git command")
(I created a new directory and changed into it and tried:)
mkdir gud
cd gud
git gud init
(got the same error message from git)
I'm stuck.
I have no idea how to run this. Is there a change I need to make to PATH?
The text was updated successfully, but these errors were encountered: