trydionel / git-pivotal

A collection of git utilities to ease integration with Pivotal Tracker
MIT License
356 stars 46 forks source link

Commands are unknown after install #30

Open kar opened 13 years ago

kar commented 13 years ago

Maybe I did something wrong, but I couldn't use commands like "git bug" as they were not visible (I was getting "not a git command" error). I just added the bin dir to the PATH. I don't know much about rubygems. Have I done something wrong?

trydionel commented 13 years ago

Hey kgusak,

Assuming you've installed the gem with gem install git-pivotal, you need to ensure your gem binaries directory is included in your $PATH. You can find out where this is on your system by inspecting gem env for the EXECUTABLE DIRECTORY.

If you haven't installed the tool with gem install git-pivotal, I suggest you try that -- hopefully it should "just work".

Jeff