Y
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
schoen
2693 days ago
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.)
link
GuyPostington
2692 days ago
That's a good point, thank you.
link