On 02/07/2013 02:58 PM, Peter Sommerfeld wrote:

> The point is you cannot *set* the path variable.
> But meanwhile I think it isn't a good idea anyway.
> The PATH belongs to the user/system, not to programs.
> Otherwise that may introduce some harm...

The environment is private to the running process (unless some of the variables are "exported" to child processes of that process.) There is no danger of affecting the system.

Ali

Reply via email to