node-virtualenv icon indicating copy to clipboard operation
node-virtualenv copied to clipboard

Fix for virtualenv issue 596 (long path names)

Open lucbelliveau opened this issue 8 years ago • 0 comments

This is a fix for https://github.com/pypa/virtualenv/issues/596

Simply not calling the pip executable directly, invoking python -m pip instead,

lucbelliveau avatar Sep 18 '17 15:09 lucbelliveau