November 2015
Beginner to intermediate
840 pages
26h 30m
English
One of the advantages to the setup described is the ability to quickly add and remove packages. One of the most useful is virtualenvwrapper. It allows for the creation of specific development environments. For instance, if you’re working on two projects, and one requires Django 1.7 but the other uses Django 1.8, you can easily run both on your system thanks to the virtual environment wrapper, as shown in Example G.1.
Example G.1: Shell Code
$ pip install virtualenvwrapper
Django Documentation
For more about virtualenvwrapper:
Read now
Unlock full access