[16:23:35] <stbatduke> Good Day all! I'm trying to log the output of "mkvirtualenv" and "workon" etc from the virtualenvwrapper ... but when I use something like "mkvirtualenv <envname> 2>&1 | tee -a install.log" or similarly "workon <envname> 2>&1 | tee -a $install.log" (in bash) I sometimes find that the virtualenv did not get created, or that the workon or activate did not work. any ideas how to solve this?
[17:35:45] <Phibs> I am mirroring pypi with bandersnatch, and for some reason it finishes yet some packages do not appear in my simple index, that do appear in the official one.
[17:35:51] <Phibs> one example of such packages is 'tox'