QA/Execution/Web Testing/Automation/Virtual Environments
< QA | Execution | Web Testing | Automation
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.