Skip to content

Instantly share code, notes, and snippets.

@jswrenn
Last active October 14, 2015 18:14
Show Gist options
  • Save jswrenn/e127f4a563f2c3f7efb2 to your computer and use it in GitHub Desktop.
Save jswrenn/e127f4a563f2c3f7efb2 to your computer and use it in GitHub Desktop.
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
$ . ~/.nvm/nvm.sh
$ nvm install 0.10.32
$ nvm use 0.10.32
$ foreman run npm install --python=python2.7
$ foreman start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment