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