Skip to content

Commit

Permalink
Merge pull request poise#15 from ampledata/feature/COOK-1415_default_…
Browse files Browse the repository at this point in the history
…python_interpreter

COOK-1415 Changing default Python interpreter to a more generic 'python'
  • Loading branch information
Joshua Timberman committed Jul 12, 2012
2 parents 3d8dd96 + 3d13834 commit b5d0065
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 b5d0065

Please sign in to comment.