Skip to content

Commit

Permalink
COOK-1415 Changing default Python interpreter to a more generic 'pyth…
Browse files Browse the repository at this point in the history
…on'.
  • Loading branch information
Greg 'gba' Albrecht Kim committed Jul 10, 2012
1 parent 3d8dd96 commit 3d13834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/virtualenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d13834

Please sign in to comment.