donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the binary installed in mac?

Khalian opened this issue · comments

I installed gitsome with pip after downgrading my python version to 3.5.

I do not understand, where is this binary supposed to be installed to ?

➜ ~ gitsome
zsh: command not found: gitsome

Here are the installation logs

Installing collected packages: numpydoc, ply, wcwidth, six, prompt-toolkit, requests, colorama, click, pygments, feedparser, pytz, docopt, uritemplate, uritemplate.py, gitsome
Running setup.py install for numpydoc
Running setup.py install for ply
Running setup.py install for feedparser
Running setup.py install for docopt
Running setup.py install for gitsome
Successfully installed click-6.7 colorama-0.3.9 docopt-0.6.2 feedparser-5.2.1 gitsome-0.7.2 numpydoc-0.6.0 ply-3.10 prompt-toolkit-1.0.14 pygments-2.2.0 pytz-2016.10 requests-2.14.2 six-1.10.0 uritemplate-3.0.0 uritemplate.py-3.0.2 wcwidth-0.1.7
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
➜ ~ gitsome
zsh: command not found: gitsome

I am kind of appalled by the way the installation of this project is managed, compared to the very smooth and easy installation for aws shell.

I found it in here /Library/Frameworks/Python.framework/Versions/3.5/bin/.

There should be explicit documentation that it wont be in standard lib dirs.