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

Skip to content

Commit a757105

Browse files
committed
Add support for Fedora.
Closes poise#26
1 parent 6e02e0c commit a757105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if node['python']['install_method'] == 'source'
2727
pip_binary = "#{node['python']['prefix_dir']}/bin/pip"
28-
elsif platform_family?("rhel")
28+
elsif platform_family?("rhel", "fedora")
2929
pip_binary = "/usr/bin/pip"
3030
elsif platform_family?("smartos")
3131
pip_binary = "/opt/local/bin/pip"

0 commit comments

Comments
 (0)