Skip to content

Commit 6bc64c1

Browse files
authored
Update conda_build/utils.py
1 parent cea7115 commit 6bc64c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

conda_build/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,6 @@ def write_bat_activation_text(file_handle, m):
21122112
file_handle.write(f'call "{context.root_prefix}\\condabin\\conda_hook.bat"\n')
21132113
for key, value in context.conda_exe_vars_dict.items():
21142114
file_handle.write(f'set "{key}={value or ""}"\n')
2115-
file_handle.write("set CONDA_EXE\n")
21162115
if m.is_cross:
21172116
# HACK: we need both build and host envs "active" - i.e. on PATH,
21182117
# and with their activate.d scripts sourced. Conda only

0 commit comments

Comments
 (0)