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 10e2215 commit b5b9774Copy full SHA for b5b9774
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 && sudo python3.6 -m easy_install pip'
+ 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'
48
not_if { ::File.exists?(pip_binary) }
49
end
0 commit comments