QA/Execution/Web Testing/Automation/Virtual Environments

From MozillaWiki
< QA‎ | Execution‎ | Web Testing‎ | Automation
Revision as of 17:18, 2 March 2015 by Davehunt (talk | contribs)
Jump to navigation Jump to search

Virtual environments are isolated Python environments. They allow freedom to install specific versions of dependencies without affecting the global site-packages. They also make it easy to throw away a broken environment and start again. We recommend using virtualenvwrapper for managing your virtual environments. See the documentation for [1] and a command reference.