Skip to content

Commit a209fb9

Browse files
committed
Merge pull request voxpupuli#7 from woldan/master
Add search path to virtualenv setup command.
2 parents b1aa319 + 7182643 commit a209fb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/virtualenv.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
&& virtualenv -p `which ${python}` ${system_pkgs_flag} ${venv_dir} \
8383
&& ${venv_dir}/bin/pip install ${proxy_flag} --upgrade ${distribute_pkg} pip",
8484
creates => $venv_dir,
85+
path => [ '/bin', '/usr/bin', '/usr/sbin' ],
8586
}
8687

8788
if $requirements {

0 commit comments

Comments
 (0)