EC2 - virtualenv

An EC2 Instance running AWS Linux - Cert Renew

./certbot-auto renew --debug

Produces error…

./certbot-auto: line 864: virtualenv: command not found

As far as I can tell this is because the script is running as sudo & virtualenv is not available to sudo. Since pip is not available to sudo then I can’t install it ?

Any advise welcome.

–no-self-upgrade (certbot-auto only) prevent the certbot-auto script
from upgrading itself to newer released versions
(default: Upgrade automatically)

if you search this forum this has been discussed before.

Andrei

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.