virtual-node
virtual-node copied to clipboard
Make node installable in a python virtualenv based on https://github.com/ekalinin/nodeenv
I do see what you mean now though with the node configure: ``` ... INFO:virtual-node:b' ^' INFO:virtual-node:b"SyntaxError: Missing parentheses in call to 'print'" CRITICAL:virtual-node:b' File "./configure", line 319' ... ```...
From within an activated virtualenv: `(myvenv) $ pip install virtual-node` Python Version: Python 3.4.3 It appears this module isn't compatible with Python 3?
When I try to uninstall virtual-node: ``` pip uninstall virtual-node ``` I still got node installed in my virtualenv.