[14:59:28] <sumanah> also jaraco I recognize I've been pinging you and asking for your feedback, advice, etc. a lot in the last few weeks. If I'm overloading you please let me know
[15:03:05] <jaraco> @sumanah: What’s your preferred username?
[15:03:19] <sumanah> jaraco: sumanah would be great if it's something where I'm logging in over ssh
[15:08:32] <akemot> "pipenv shell" now runs on PowerShell by default, it was cmd before
[15:09:48] <pmxbot> Arrggh ye be doin' good work, akemot!
[15:22:13] <jaraco> @sumanah I think you should have access now (https://gist.github.com/6e6f3ffda200c1ccd6fa84528cbe9f18).
[15:23:21] <jaraco> Of course, this gives you access to the secrets held in the config files, so treat with the commensurate respect.
[15:23:41] <jaraco> Use `sudo systemctl restart pmxbot` to restart it (and pmxbot-web for the log viewer.
[15:23:59] <jaraco> Use `sudo journalctl -u pmxbot` to see the logs.
[15:25:07] <jaraco> I’ve also given you write access to https://github.com/dcpython/pmxbot-config, where the non-secret config is maintained and where the deployment fabric is maintained.
[15:26:22] <jaraco> And as for overloading me - I am overloaded, and any help is appreciated, but none is expected. Thanks for all your hard work.
[15:53:18] <sumanah> Sorry I stepped away jaraco -- thank you very much!
[15:53:53] <jaraco> No prob. If you have a second, try out the account and make sure it works.
[20:26:40] <justingoy> hello I'm trying to download a package from pip (elementtree). I can see it in the output of 'pip search elementtree', but when I go to do 'pip download elementtree' or 'pip download ElementTree', I get that no version that satisfies the requirement can be found. What am I doing wrong here?
[20:27:01] <justingoy> I need to download it locally so that I can move it to an airgapped server and install it there
[20:27:14] <sumanah> justingoy: huh. let's look at its PyPI page