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 e3d58f0 commit d2f8b66Copy full SHA for d2f8b66
recipes/pip.rb
@@ -18,6 +18,11 @@
18
# limitations under the License.
19
#
20
21
+# Where does pip get installed?
22
+# platform/method: path (proof)
23
+# redhat/package: /usr/bin/pip (sha a8a3a3)
24
+# omnibus/source: /opt/local/bin/pip (sha 29ce9874)
25
+
26
if node['python']['install_method'] == 'source'
27
pip_binary = "#{node['python']['prefix_dir']}/bin/pip"
28
elsif platform_family?("rhel")
0 commit comments