Temporary PYTHONPATH in Windows

后端 未结 4 2120
感情败类
感情败类 2021-01-13 04:25

How do I set, temporarily, the PYTHONPATH environment variable just before executing a Python script?

In *nix, I can do this:

$ PYTHONPATH=\'.\' pyth         


        
4条回答
提交回复
热议问题