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 64ec147 commit a927abcCopy full SHA for a927abc
recipes/pip.rb
@@ -23,7 +23,7 @@
23
elsif platform_family?("smartos")
24
pip_binary = "/opt/local/bin/pip"
25
else
26
- pip_binary = "#{node['python']['prefix_dir']}/bin/pip"
+ pip_binary = "/usr/local/bin/pip"
27
end
28
29
# Ubuntu's python-setuptools, python-pip and python-virtualenv packages
0 commit comments