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

Skip to content

Commit 0be4a07

Browse files
Testing fixes
1 parent 18b05d8 commit 0be4a07

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 && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && sudo python3.6 get-pip.py'
47+
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'
4848
not_if { ::File.exists?(pip_binary) }
4949
end

0 commit comments

Comments
 (0)