-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The instructions for setting environment variables in Windows are confusing.
-
The text says that Windows is tricky, but at the end, eventually goes on to recommend the same approach that's mentioned above for Linux and Mac (i.e., add to the end of the activate script). I recommend dropping the "is trickier" because I don't see that (if this was referring to the need to restart the command interpreter, you'd need to do the same thing if modifying .bashrc etc.).
-
The text says there's an issue with
setxbut then goes on to use it anyway. Perhaps you meant to usesetin the example? -
Using
setxfor secret information makes me nervous because it places the information in the registry (it looks like that's the same for the PowerShell examples). I'm wondering if it might be better to omit all mention of how to store secret information persistently. What do you think?