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 ead613f commit a8a3a36Copy full SHA for a8a3a36
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
else
24
pip_binary = "/usr/local/bin/pip"
0 commit comments