Adding program to mingw32's "path"
Posted
by Lowgain
on Stack Overflow
See other posts from Stack Overflow
or by Lowgain
Published on 2010-04-29T04:01:14Z
Indexed on
2010/04/29
4:07 UTC
Read the original article
Hit count: 462
I am running a rails app locally through NetBeans which seems to be running ruby through mingw32. I'm trying to do a system call to lame, which works fine using just irb, but this particular setup can't find it!
What can I do to tell mingw/this instance of rails where lame is?
© Stack Overflow or respective owner