We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e636e7 commit f8c2de1Copy full SHA for f8c2de1
constructor/header.sh
@@ -496,7 +496,7 @@ CONDA_EXEC="$PREFIX/{{ conda_exe_name }}"
496
extract_range "${boundary0}" "${boundary1}" > "$CONDA_EXEC"
497
chmod +x "$CONDA_EXEC"
498
499
-{%- if conda_exe_name != "_conda" or conda_exe_name != conda.exe %}
+{%- if conda_exe_name != "_conda" or conda_exe_name != "conda.exe" %}
500
# In case there are packages that depend on _conda
501
ln -s "$CONDA_EXEC" "$PREFIX"/_conda
502
{%- endif %}
0 commit comments