How can I keep the system environments set by a bat file, which called by a python script
- by Lucy
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