By default, a virtualenv will link existing packages from the base Python
install into the virtual environment. If you do not wish for the existing
packages to be included in the virtualenv, checking this box will pass in
the --no-site-packages
option to virtualenv