Thanks to visit codestin.com Credit goes to github.com
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 18b05d8 commit 0be4a07Copy full SHA for 0be4a07
recipes/pip.rb
@@ -44,6 +44,6 @@
44
command <<-EOF
45
#{node['python']['binary']} get-pip.py
46
EOF
47
- command 'sudo curl -s -N https://bootstrap.pypa.io/ez_setup.py -o - | sudo python3.6 && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && sudo python3.6 get-pip.py'
+ command 'sudo curl -s -N https://bootstrap.pypa.io/ez_setup.py -o - | sudo python3.6 && curl https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py && sudo python3.6 get-pip.py'
48
not_if { ::File.exists?(pip_binary) }
49
end
0 commit comments