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.
2 parents 33bc6e2 + a8a3a36 commit e26ac41Copy full SHA for e26ac41
recipes/pip.rb
@@ -18,7 +18,7 @@
18
# limitations under the License.
19
#
20
21
-if platform_family?("rhel")
+if platform_family?("rhel") and node['python']['install_method'] == 'package'
22
pip_binary = "/usr/bin/pip"
23
elsif platform_family?("smartos")
24
pip_binary = "/opt/local/bin/pip"
0 commit comments