Skip to content

Fix activated_path_skip on repeated running of emsdk_env.sh#1250

Merged
sbc100 merged 1 commit into
mainfrom
fix_activated_path_skip
Jun 27, 2023
Merged

Fix activated_path_skip on repeated running of emsdk_env.sh#1250
sbc100 merged 1 commit into
mainfrom
fix_activated_path_skip

Conversation

@sbc100

@sbc100 sbc100 commented Jun 27, 2023

Copy link
Copy Markdown
Collaborator

The first time around node was being correctly added to the PATH, but the second time around this code was observing the emsdk copy of node in the PATH and assuming it could be skipped.

Fixes: #1240

@sbc100 sbc100 force-pushed the fix_activated_path_skip branch from 197397c to 589fbbb Compare June 27, 2023 23:05
The first time around `node` was being correctly added to the PATH, but
the second time around this code was observing the emsdk copy of node
in the PATH and assuming it could be skipped.

Fixes: #1240
@sbc100 sbc100 force-pushed the fix_activated_path_skip branch from 589fbbb to 0d407e6 Compare June 27, 2023 23:06
@sbc100 sbc100 requested a review from dschuff June 27, 2023 23:24
@sbc100 sbc100 enabled auto-merge (squash) June 27, 2023 23:24
@sbc100 sbc100 merged commit c88612d into main Jun 27, 2023
@sbc100 sbc100 deleted the fix_activated_path_skip branch June 27, 2023 23:37
shlomif pushed a commit to shlomif/emsdk that referenced this pull request Sep 29, 2023
…ripten-core#1250)

The first time around `node` was being correctly added to the PATH, but
the second time around this code was observing the emsdk copy of node
in the PATH and assuming it could be skipped.

Fixes: emscripten-core#1240
mmorel-35 pushed a commit to mmorel-35/emsdk that referenced this pull request Feb 3, 2026
…ripten-core#1250)

The first time around `node` was being correctly added to the PATH, but
the second time around this code was observing the emsdk copy of node
in the PATH and assuming it could be skipped.

Fixes: emscripten-core#1240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent availability of node and npm binaries after sourcing emsdk_env.sh multiple times

2 participants