1

How to configure environment for emscripten on Ubuntu

I have installed the emscripten in my machine,when i check the version of it in one of the session ,i could see it.but when i do check on the other session,its not getting viewed,When i access my machine remotely and check the version ,it is showing up like need to install emscripten.How to resolve this issue

Environment Variables Ubuntu Add a comment
caden
asked Dec 19 2019
edited Dec 19 2019

Answer

1

Enter into the .bashrc file

vim .bashrc

Add the following command in end of the line

source /root/emsdk/emsdk_env.sh --build=Release > /dev/null

Now run the .bashrc file by using the following command

source ~/.bashrc
Add a comment
linuxhelp
asked Dec 19 2019
Post your Answer