Skip to content

Commit

Permalink
Reverting env variable wipe before running pip (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
austin1howard authored Feb 10, 2022
1 parent 9379389 commit 14370be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmamba/src/api/install.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ namespace mamba
auto [wrapped_command, tmpfile] = prepare_wrapped_call(ctx.target_prefix, install_args);

reproc::options options;
options.env.behavior = reproc::env::empty;
options.redirect.parent = true;
options.working_directory = cwd.c_str();

Expand Down

0 comments on commit 14370be

Please sign in to comment.