Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d13834

Browse files
author
Greg 'gba' Albrecht Kim
committed
COOK-1415 Changing default Python interpreter to a more generic 'python'.
1 parent 3d8dd96 commit 3d13834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/virtualenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
actions :create, :delete
2222

2323
attribute :path, :kind_of => String, :name_attribute => true
24-
attribute :interpreter, :default => 'python2.6'
24+
attribute :interpreter, :default => 'python'
2525
attribute :owner, :regex => Chef::Config[:user_valid_regex]
2626
attribute :group, :regex => Chef::Config[:group_valid_regex]
2727
attribute :options, :kind_of => String

0 commit comments

Comments
 (0)