diff --git a/emsdk.py b/emsdk.py index bfef8c7260..2bf839ea97 100755 --- a/emsdk.py +++ b/emsdk.py @@ -1509,7 +1509,8 @@ def generate_dot_emscripten(active_tools): emsdk_env = os.path.relpath(sdk_path('emsdk_env.sh')) if '/' not in emsdk_env: emsdk_env = './emsdk_env.sh' - print("To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH, or call 'source " + emsdk_env + "' to do this for you.") + print("To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH.") + print("Or call 'source " + emsdk_env + "' to do this for you. (Add these in your bashrc or other startup scripts to have these permanently available)") print('') print(' ' + ENVPATH_SEPARATOR.join(path_add))