Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我创建我的虚拟环境时,它继承了当前在我的 Windows 机器上的所有环境变量。从那以后,我更改了其中的许多变量,而我的虚拟环境现在仍停留在旧值上。如何更改虚拟环境中的环境变量?
我发现我的虚拟环境的环境变量保持以前的值的原因是因为我仍在同一个终端会话中。重新启动我的终端解决了这个问题。