Skip to content

Instantly share code, notes, and snippets.

@xemasiv
Created July 8, 2018 17:31
Show Gist options
  • Save xemasiv/56501021c3d860fc0d19940b460e6faf to your computer and use it in GitHub Desktop.
Save xemasiv/56501021c3d860fc0d19940b460e6faf to your computer and use it in GitHub Desktop.
Ubuntu18Setup.md

Installing nvm:

  1. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
  2. Restart terminal
  3. Install & use latest: nvm install node && nvm use node

Installing python 2:

sudo apt install python-minimal

Installing build-essential:

sudo apt install build-essential

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment