We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c3bf2 commit a7f72a3Copy full SHA for a7f72a3
manifests/install.pp
@@ -71,7 +71,7 @@
71
# Install pip without pip, see https://pip.pypa.io/en/stable/installing/.
72
exec { 'bootstrap pip':
73
command => '/usr/bin/curl https://bootstrap.pypa.io/get-pip.py | python',
74
- unless => '/usr/bin/which pip',
+ creates => '/usr/local/bin/pip',
75
require => Package['python'],
76
}
77
0 commit comments