We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path
mkdir
virtualenv
1 parent b1aa319 commit 7182643Copy full SHA for 7182643
1 file changed
manifests/virtualenv.pp
@@ -82,6 +82,7 @@
82
&& virtualenv -p `which ${python}` ${system_pkgs_flag} ${venv_dir} \
83
&& ${venv_dir}/bin/pip install ${proxy_flag} --upgrade ${distribute_pkg} pip",
84
creates => $venv_dir,
85
+ path => [ '/bin', '/usr/bin', '/usr/sbin' ],
86
}
87
88
if $requirements {
0 commit comments