Re: Saving changes to path

2011-07-19 Thread Ethan Furman
Chess Club wrote: Hello, I used sys.path.append() to add to the path directory, but the changes made are not saved when I exit the compiler. Is there a way to save it? Do you mean saved as in your PATH environment variable is now changed? This would be bad. Not sure about *nix, but on M$ Win

Re: Saving changes to path

2011-07-19 Thread Billy Mays
On 07/19/2011 02:24 PM, Chess Club wrote: Hello, I used sys.path.append() to add to the path directory, but the changes made are not saved when I exit the compiler. Is there a way to save it? Thank you. Since python is running in a child process, it only affects its own environment variables

Saving changes to path

2011-07-19 Thread Chess Club
Hello, I used sys.path.append() to add to the path directory, but the changes made are not saved when I exit the compiler. Is there a way to save it? Thank you. -- http://mail.python.org/mailman/listinfo/python-list