Logs for #nikola for 2020-06-25

15:21:14 <KwBot> [nikola] devilgate opened issue #3420: In the `post-list` shortcode, the `now` feature doesn't work; and date handling generally doesn't behave as expected https://github.com/getnikola/nikola/issues/3420
22:11:04 <timothywcrane> The manual mentions that the Ubuntu package is broken, Nikola was removed from Debian two versions ago, and the focus for .deb systems seems to be on Docker. Is there a specific break that I should be aware of for a default pip/env install on Buster? I dislike the thought but I see there IS a Snap package available. Any suggestions or warnings for choosing an install method going forward?
22:21:04 <ChrisWarrick> timothywcrane: we recommend a venv with pip
22:21:22 <ChrisWarrick> timothywcrane: you need to install python3-venv on debian to make python3 -m venv work
22:25:59 <timothywcrane> ChrisWarrick: Thanks. Just like to read twice type once... appreciate it.
22:31:22 <timothywcrane> python3-virtualenv not needed?
22:33:56 <timothywcrane> scratch that... thx
22:38:45 <ChrisWarrick> venv != virtualenv