Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion emsdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down