summaryrefslogtreecommitdiff
path: root/manifests/requirements.pp
diff options
context:
space:
mode:
authorFotis Gimian <fgimiansoftware@gmail.com>2013-06-04 11:25:48 +1000
committerFotis Gimian <fgimiansoftware@gmail.com>2013-06-04 11:25:48 +1000
commit8608958fe1bb7fec4bb75c65bd6b1f1e236e88bd (patch)
treedaf75da3ed8ee4bf7de16d007ef5de9b766817f8 /manifests/requirements.pp
parent17debdc04506a2bfd4297b7620acffdbd01c9176 (diff)
Removed unnecessary which commands for obtaining the pip and python executables
Diffstat (limited to 'manifests/requirements.pp')
-rw-r--r--manifests/requirements.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/requirements.pp b/manifests/requirements.pp
index 789c0d3..ba16d1e 100644
--- a/manifests/requirements.pp
+++ b/manifests/requirements.pp
@@ -50,7 +50,7 @@ define python::requirements (
}
$pip_env = $virtualenv ? {
- 'system' => '`which pip`',
+ 'system' => 'pip',
default => "${virtualenv}/bin/pip",
}