Back to Developer Roadmap

virtualenv

src/data/roadmaps/python/content/virtualenv@_IXXTSwQOgYzYIUuKVWNE.md

4.0316 B
Original Source

virtualenv

virtualenv is a tool to create isolated Python environments. It creates a folder which contains all the necessary executables to use the packages that a Python project would need.

Visit the following resources to learn more: