programming - Summary - Entries from November 2014

programming - 1 Topics from November, 2014

Faster setup of virtualenv with devpi

Setting up the virtualenv can take a significant amount of time because it pulls down packages from PyPI. I was surprised that it does not try to use the locally ...