I have this in my bash_profile:

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

*export GOPATH = /Users/ssinghania/go/*

export CLASSPATH=".:/usr/local/lib/antlr-4.6-complete.jar:$CLASSPATH"


On Wednesday, June 14, 2017 at 1:53:53 PM UTC-4, Ian Lance Taylor wrote:
>
> On Wed, Jun 14, 2017 at 10:19 AM,  <singhani...@gmail.com <javascript:>> 
> wrote: 
> > 
> > To install chidley, I did the following: 
> > 
> > go get github.com/gnewton/chidley 
> > 
> > This worked. However, issue on 
> > 
> > 
> > chidley -W xml/test1.xml > examples/test/ChildTest1.go 
> > 
> > -bash: chidley: command not found 
> > 
> > How do I fix this? 
>
> Put $GOPATH/bin on your PATH.  If you haven't set $GOPATH, the default 
> is $HOME/go. 
>
> Ian 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to