From 3d13834d096d730c12e4e13c395cfa6498058c9c Mon Sep 17 00:00:00 2001 From: Greg 'gba' Albrecht Kim Date: Tue, 10 Jul 2012 11:31:01 -0700 Subject: [PATCH] COOK-1415 Changing default Python interpreter to a more generic 'python'. --- resources/virtualenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/virtualenv.rb b/resources/virtualenv.rb index 7803c14..6f14820 100644 --- a/resources/virtualenv.rb +++ b/resources/virtualenv.rb @@ -21,7 +21,7 @@ actions :create, :delete attribute :path, :kind_of => String, :name_attribute => true -attribute :interpreter, :default => 'python2.6' +attribute :interpreter, :default => 'python' attribute :owner, :regex => Chef::Config[:user_valid_regex] attribute :group, :regex => Chef::Config[:group_valid_regex] attribute :options, :kind_of => String