Skip to content

Commit

Permalink
Add support for Fedora.
Browse files Browse the repository at this point in the history
Closes poise#26
  • Loading branch information
coderanger committed Jan 28, 2014
1 parent 6e02e0c commit a757105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

if node['python']['install_method'] == 'source'
pip_binary = "#{node['python']['prefix_dir']}/bin/pip"
elsif platform_family?("rhel")
elsif platform_family?("rhel", "fedora")
pip_binary = "/usr/bin/pip"
elsif platform_family?("smartos")
pip_binary = "/opt/local/bin/pip"
Expand Down

0 comments on commit a757105

Please sign in to comment.