Tips for Working with Python Virtual Environments

Managing the accumulation of packages in a given Python installation is hard, but Python virtual environments can help you keep projects and conflicting packages separate. 

In this article, Serdar Yegulalp looks at common mistakes people make when working with virtual environments in Python (and how to avoid them). 

Read more at InfoWorld.

Comments