How can I keep the system environments set by a bat file, which called by a python script
Posted
by Lucy
on Stack Overflow
See other posts from Stack Overflow
or by Lucy
Published on 2010-03-30T14:55:48Z
Indexed on
2010/03/30
15:03 UTC
Read the original article
Hit count: 412
I call .bat files in Python to set system environments, and check the system environments were set properly, and then back to run python code, the system environments are changed back to original. How can I solve this problem?
I really appreciate any clues/answers
Thanks in advanced
© Stack Overflow or respective owner