You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/pyvenv.pp
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,6 @@
88
88
environment => $environment,
89
89
unless => "grep '^[\\t ]*VIRTUAL_ENV=[\\\\'\\\"]*${venv_dir}[\\\"\\\\'][\\t ]*$' ${venv_dir}/bin/activate", #Unless activate exists and VIRTUAL_ENV is correct we re-create the virtualenv
Copy file name to clipboardExpand all lines: manifests/virtualenv.pp
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,6 @@
165
165
environment => $environment,
166
166
unless => "grep '^[\\t ]*VIRTUAL_ENV=[\\\\'\\\"]*${venv_dir}[\\\"\\\\'][\\t ]*$' ${venv_dir}/bin/activate", #Unless activate exists and VIRTUAL_ENV is correct we re-create the virtualenv
0 commit comments