node-virtualenv
node-virtualenv copied to clipboard
Fix for virtualenv issue 596 (long path names)
This is a fix for https://github.com/pypa/virtualenv/issues/596
Simply not calling the pip executable directly, invoking python -m pip instead,