Skip to content

Instantly share code, notes, and snippets.

@difley
Last active October 4, 2015 01:55
Show Gist options
  • Save difley/63fa28813509f183d784 to your computer and use it in GitHub Desktop.
Save difley/63fa28813509f183d784 to your computer and use it in GitHub Desktop.
Install node with nodeenv

Install npm and node

virtualenv python_env
source python_env/bin/activate
pip install nodeenv
nodeenv node_env --prebuilt
deactivate

Use node in interactive mode

node_env/bin/node

Execute a javascript file with node

node_env/bin/node < path/to/javascript/file.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment