A modern software development organization is often tasked with maintaining several distinct, complex applications. A developer might be asked to make code changes to multiple applications over the course of a single project, or even day. With a virtualenv, each locally cloned repo can have a comp...
Delete .venv (Virtualenv, Poetry and Conda) Directories killpy is a simple tool designed to locate and delete .venv directories from your projects, including virtual environments created by Poetry and Conda. It can help you quickly clean up unnecessary virtual environments and save disk space. Fea...
You can also use VirtualEnv for separate environments. Works well if you’re single platform (in particular Linux). Conda definitely has the edge with the cross platform builds and such, but seems like a lot of stuff, and quite heavy, for normal use in my opinion. Report comment Reply Gar...