You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,12 @@ Cookbooks
20
20
Attributes
21
21
==========
22
22
23
-
*`node["python"]["install_method"]` = method to install python with, default `package`.
23
+
See `attributes/default.rb` for default values.
24
24
25
-
The file also contains the following attribute types:
25
+
*`node["python"]["install_method"]` - method to install python with, default `package`.
26
+
*`node["python"]["distribute_install_py_version"]` - version of python to use when installing distribute. default '', specify version like '2.6' (uses python2.6 binary).
0 commit comments