[Koha-devel] [Koha] git bz setup question

Chris Cormack chris at bigballofwax.co.nz
Sun Aug 14 22:20:30 CEST 2011


On 15 August 2011 08:16, Nicole Engard <nengard at gmail.com> wrote:
> I have followed the instructions on the wiki, but every time I restart
> my virtual machine I need to repeat the path line before git bz will
> work. Is there a way to have tat path figured out automatically?
>
> nengard at debian:~/kohaclone$ git bz attach -e 6716 HEAD
> git: 'bz' is not a git command. See 'git --help'.
>
> Did you mean one of these?
>        am
>        gc
>        mv
>        rm
> nengard at debian:~/kohaclone$ PATH=$PATH:/usr/sbin:/usr/bin:/usr/local/bin
> nengard at debian:~/kohaclone$ git bz attach -e 6716 HEAD
>
What is in your .bashrc, or .bash_profile

I have things like
export PATH=$PATH:/var/lib/gems/1.8/bin


You did this bit eh?

To do that edit ~/.bash_profile with your favorite editor and add
:/usr/local/bin to the path.

PATH=$PATH:/usr/sbin:/usr/bin:/usr/local/bin
export PATH

And that file definitely has that those 2 lines in it?

Chris


More information about the Koha-devel mailing list