diff options
author | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 12:39:26 -0500 |
---|---|---|
committer | Jarl Stefansson <jarl@sdelements.com> | 2013-11-07 12:39:26 -0500 |
commit | 56df14fb57b8583146b72560afa0a83e0ca63ef0 (patch) | |
tree | 81923c54140e805a8375b92bc034475c52f3825d | |
parent | e7997712ce3d4ee520a2a335171d41e79f867176 (diff) |
Add /usr/local/bin to path for pip installed bins
-rw-r--r-- | manifests/virtualenv.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp index 8b707c8..06c342e 100644 --- a/manifests/virtualenv.pp +++ b/manifests/virtualenv.pp @@ -68,7 +68,7 @@ define python::virtualenv ( $group = 'root', $proxy = false, $environment = [], - $path = [ '/bin', '/usr/bin', '/usr/sbin' ] + $path = [ '/bin', '/usr/bin', '/usr/sbin','/usr/local/bin' ] ) { $venv_dir = $name |