Skip to content

Instantly share code, notes, and snippets.

View difley's full-sized avatar
🌞

Seth Difley difley

🌞
View GitHub Profile
@difley
difley / install_node_with_nodeenv.md
Last active October 4, 2015 01:55
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