Hacker News new | ask | show | jobs
by GuyPostington 2693 days ago
If not, installing from pip is always an option.

`pip install --upgrade --user certbot`

1 comments

We would really suggest using certbot-auto instead because it will create a venv for you so that you don't get version conflicts elsewhere. (It does use pip behind the scenes, but in a venv.)
That's a good point, thank you.