
Tool to create isolated node.js environments with their own installation directories that don't share libraries with other node.js virtual environments, similar to a Python virtualenv.
These environments can be integrated with ones created by Python's virtualenv.