/
How to use virtual environments (Python)

How to use virtual environments (Python)

Virtual environments are a great way to manage dependencies for separate projects. For some tips on installing and using virtualenv and virtualenvwrapper, check out this page.

Related content