September 2018
Intermediate to advanced
328 pages
9h 10m
English
Ubuntu should already have Python 2.7 installed. You can confirm this by running this command:
python --version
If you see Python 2.7.xx (where xx is the patch version and can be any number), you're ready to install the EMSDK. If you get an error saying the python command wasn't found or you see Python 3.x.xx, I recommend you install pyenv, a Python version manager. Before installing pyenv, check if you have curl installed. You can do this by running the following command:
curl --version
If you see a version number and other information, curl is installed. If not, you can install curl by running the following command:
sudo apt-get install curl
Once the curl installation is complete, run this command ...
Read now
Unlock full access