[02:40:49] <tchaypo> pip simultaneously tells me I need to update, but also refuses to update because it’s already up-to-date, but also tells me I should consider using the command I just used in order to update to the new version that it’s refusing to install...
[02:43:24] <tchaypo> ah. it seems to have gotten sad when it was offline for a few hours yesterday and not updated since.
[02:52:04] <dstufft> tchaypo: heh, yes. pip explicitly hits PyPI directly for that just for issues like that :)
[02:52:32] <tchaypo> and then I think “may as well pip update devpi-server while i’m at it"
[02:52:53] <tchaypo> why do i always forget how much fun it is to try to export the old-version server-dir when you don’t have the old version isntalled any more?
[03:07:09] <lifeless> tchaypo: this is one of many reasons I don't use devpi
[03:07:53] <tchaypo> one of the main reasons i started using it was because it was a simple convenient way to have a local cache of the wheels I’d recently installed
[03:08:00] <lifeless> I just seem to make things more awkward whenever I try
[03:08:03] <tchaypo> but pip does that now by itself (thanks!)
[03:21:34] <dstufft> lifeless: if you were wondering what the use case was for -c ^^ ;)