0

I am getting the following:

# ./certbot-auto renue
Error: couldn't get currently installed version for /root/.local/share/letsencrypt/bin/letsencrypt:
./certbot-auto: /root/.local/share/letsencrypt/bin/letsencrypt: /root/.local/share/letsencrypt/bin/python2.7: bad interpreter: No such file or directory

I have Python2.7 installed but for some reason letsencrypt is not using the correct the file path.

Is this a OS issue?

Castaglia
  • 3,349
  • 3
  • 21
  • 42

1 Answers1

0

Try this:

rm -rf ~/.local/share/letsencrypt
./certbot-auto
Jason
  • 3,931
  • 19
  • 66
  • 107