zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
224 stars 38 forks source link

Update venv.sh #144

Closed thousandsofthem closed 4 years ago

thousandsofthem commented 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

zenhack commented 4 years ago

Thanks for the patch!