Closed thousandsofthem closed 4 years ago
Current code produces error on more fresh python/virtualenv installations:
virtualenv: error: unrecognized arguments: --no-site-packages
https://stackoverflow.com/a/60783839/1758892
--no-site-packages is the default for virtualenv (and has been for like 5 years?) it appears in virtualenv>=20 that this option was removed
--no-site-packages is the default for virtualenv (and has been for like 5 years?)
it appears in virtualenv>=20 that this option was removed
Thanks for the patch!
Current code produces error on more fresh python/virtualenv installations:
https://stackoverflow.com/a/60783839/1758892