From 34327810da4961ca978d83c511d07bf58a97ed89 Mon Sep 17 00:00:00 2001 From: Mark Bryant Date: Thu, 5 May 2016 07:23:18 +0000 Subject: [PATCH] Don't install pip by default. --- recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index 725b6cb..75fc5ae 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -19,5 +19,5 @@ # include_recipe "python::#{node['python']['install_method']}" -include_recipe "python::pip" +#include_recipe "python::pip" include_recipe "python::virtualenv"