basically i need to add /usr/local/bin to the _ENV["PATH"].
i've tried to append it to a var and it doesn't seem to work so i'd like to had code it, problem is, i can't find where to add it (ie: php.ini...).
what i'm trying to do is exec an app out of /usr/local/bin that calls another file out of /usr/local/bin. the first file exec's ok but i get an error that the second file can't be found...
any suggestions?
i've tried to append it to a var and it doesn't seem to work so i'd like to had code it, problem is, i can't find where to add it (ie: php.ini...).
what i'm trying to do is exec an app out of /usr/local/bin that calls another file out of /usr/local/bin. the first file exec's ok but i get an error that the second file can't be found...
any suggestions?