summaryrefslogtreecommitdiff
path: root/manifests/virtualenv.pp
AgeCommit message (Collapse)Author
2012-11-06updated authors.Marc Fournier
2012-11-06python::virtualenv - '--system-site-packages' optionMarc Fournier
New 'systempkgs' parameter will call virtualenv with the '--system-site-packages' option, which can greatly speed up creation in some cases.
2012-10-17If the proxy is unset then you cannot set http_proxy in the environmentAshley Penney
or it breaks pip completely and the virtualenv fails.
2012-09-09Initial importSergey Stankevich