-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
emcc -- command not found #6447
Comments
More information could let us help you better: what OS are you on? How did you install the emsdk? Did you get any errors while doing so? What is the full error you get when trying to run emcc? |
@kripken . the steps are, exactly the same by the tutorial
|
On linux at least, you need to do I'm not sure how MacOS handles that kind of thing. But maybe it's the same? |
I ran into this problem on MacOS too even after running through the thread: #5696 In my case I hadn't run the activate step after installing: |
I solved by adding this line to my .bash_profile file:
|
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant. |
More accurate is: If you do not want to run this command each time you reload your terminal, you should put it on .bash_profile (as suggest @kmturley) or .zprofile if you're using ZSH. |
i referenced the tutorial http://webassembly.org/getting-started/developers-guide/
and found a similar issue #5696
however i cannnot figure out how can this be done?
i really wanna use emcc to test wasm
The text was updated successfully, but these errors were encountered: