Secret Recipes of the Python Ninja
上QQ阅读APP看书,第一时间看更新

Working with environment variables

Environment variables are part of operating systems and affect system operations. Python has Python-specific variables that affect how Python functions, that is, the behavior of the Python interpreter. While they are processed before command-line options, the command-line switches will override environment variables if there is a conflict.