标签: python environment-variables
我想使用Python编辑路径变量,我尝试了以下代码
Import os os.environ['path'] = r"c/users/filename"
代码运行但没有任何反应