We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea7115 commit 6bc64c1Copy full SHA for 6bc64c1
1 file changed
conda_build/utils.py
@@ -2112,7 +2112,6 @@ def write_bat_activation_text(file_handle, m):
2112
file_handle.write(f'call "{context.root_prefix}\\condabin\\conda_hook.bat"\n')
2113
for key, value in context.conda_exe_vars_dict.items():
2114
file_handle.write(f'set "{key}={value or ""}"\n')
2115
- file_handle.write("set CONDA_EXE\n")
2116
if m.is_cross:
2117
# HACK: we need both build and host envs "active" - i.e. on PATH,
2118
# and with their activate.d scripts sourced. Conda only
0 commit comments