Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5b9774

Browse files
authored
Update pip.rb
1 parent 10e2215 commit b5b9774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
command <<-EOF
4545
#{node['python']['binary']} get-pip.py
4646
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'
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'
4848
not_if { ::File.exists?(pip_binary) }
4949
end

0 commit comments

Comments
 (0)