From baf1de1a2de75fc925262cdfeb7f7d4956e6458a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Sat, 20 Feb 2016 15:14:46 +0200 Subject: [PATCH] Clarify emsdk activate on Windows. --- emsdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emsdk b/emsdk index 75f0ee3..99b0540 100755 --- a/emsdk +++ b/emsdk @@ -1803,7 +1803,7 @@ def main(): tools_to_activate += [tool] tools_to_activate = set_active_tools(tools_to_activate, permanently_activate=permanently_activate) if WINDOWS and not permanently_activate: - print('To permanently register this environment globally to all users in Windows Registry, rerun the command with the option --global.') + print('The changes made to environment variables only apply to the currently running shell instance. Use the \'emsdk_env.bat\' to re-enter this environment later, or if you\'d like to permanently register this environment globally to all users in Windows Registry, rerun this command with the option --global.') return 0 elif cmd == 'install': # Process args