Skip to content

Commit

Permalink
Update pip.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan committed Jul 16, 2016
1 parent c6ac464 commit 42a66fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

$pip_env = $virtualenv ? {
'system' => "${exec_prefix}pip",
default => "${virtualenv}/bin/pip",
default => "${exec_prefix}${virtualenv}/bin/pip",
}

$pypi_index = $index ? {
Expand Down

0 comments on commit 42a66fb

Please sign in to comment.