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.