Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574ad93 commit ec1dd90Copy full SHA for ec1dd90
attributes/default.rb
@@ -34,7 +34,7 @@
34
default['python']['binary'] = "#{node['python']['prefix_dir']}/bin/python"
35
36
default['python']['url'] = 'http://www.python.org/ftp/python'
37
-default['python']['version'] = '2.7.5'
+default['python']['version'] = '2.7.7'
38
default['python']['checksum'] = '3b477554864e616a041ee4d7cef9849751770bc7c39adaf78a94ea145c488059'
39
default['python']['configure_options'] = %W{--prefix=#{python['prefix_dir']}}
40
default['python']['make_options'] = %W{install}
0 commit comments