From 039e50be4ae7cbe982d63f5c130825f1e3664967 Mon Sep 17 00:00:00 2001 From: "Peter C. Norton" Date: Thu, 28 Feb 2013 22:44:36 -0500 Subject: [PATCH] Pip can be installed on debian, too. --- recipes/pip.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/pip.rb b/recipes/pip.rb index ca2151e..39505a6 100644 --- a/recipes/pip.rb +++ b/recipes/pip.rb @@ -20,6 +20,8 @@ if platform_family?("rhel") and node['python']['install_method'] == 'package' pip_binary = "/usr/bin/pip" +elsif platform_family?("debian") and node['python']['install_method'] == 'package' + pip_binary = "/usr/bin/pip" elsif platform_family?("smartos") pip_binary = "/opt/local/bin/pip" else