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 6e02e0c commit a757105Copy full SHA for a757105
recipes/pip.rb
@@ -25,7 +25,7 @@
25
26
if node['python']['install_method'] == 'source'
27
pip_binary = "#{node['python']['prefix_dir']}/bin/pip"
28
-elsif platform_family?("rhel")
+elsif platform_family?("rhel", "fedora")
29
pip_binary = "/usr/bin/pip"
30
elsif platform_family?("smartos")
31
pip_binary = "/opt/local/bin/pip"
0 commit comments