|
|
|
|
|
by Animats
2888 days ago
|
|
Use a fresh virtualenv for each project As a form of version pinning, this locks in old versions and creates technical debt. A few years downstream, you're locked into library modules no longer supported and years behind in bug fixes. |
|