Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

howto set enviroment path

Status
Not open for further replies.

chrisw669

Technical User
Feb 19, 2002
43
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top