summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pip.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp
index a6faea8..6075c3a 100644
--- a/manifests/pip.pp
+++ b/manifests/pip.pp
@@ -84,7 +84,7 @@ define python::pip (
unless => "$pip_env freeze | grep -i -e ${grep_regex}",
user => $owner,
environment => $environment,
- path => [ '/usr/bin', '/usr/local/bin/' ],
+ path => [ '/bin', '/usr/bin', '/usr/local/bin/' ],
}
}