We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e88c5 commit 45e88e4Copy full SHA for 45e88e4
recipes/default.rb
@@ -20,4 +20,4 @@
20
21
include_recipe "python::#{node['python']['install_method']}"
22
include_recipe "python::pip"
23
-include_recipe "python::virtualenv"
+include_recipe "python::virtualenv"
test/cookbooks/python_test/recipes/cook-3084.rb
@@ -26,7 +26,7 @@
26
python_virtualenv "cook-3084-interpreter" do
27
# on EL5 the default python we install is called python26
28
if !node['python']['install_method'].eql?("source") &&
29
- platform_family?('rhel') &&
+ platform_family?('rhel') &&
30
node['platform_version'].split('.').first.to_i < 6
31
interpreter '/usr/bin/python26'
32
else
0 commit comments