-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'L' is not recognized as an internal or external command, operable program or batch file. #473
Comments
@giumas Thanks for the bug report. I can reproduce the issue and it seems to caused by :: Copyright (C) 2012 Anaconda, Inc
:: SPDX-License-Identifier: BSD-3-Clause
@CALL "%~dp0..\..\condabin\conda.bat" %* which in turn calls :: Copyright (C) 2012 Anaconda, Inc
:: SPDX-License-Identifier: BSD-3-Clause
@IF NOT DEFINED _CE_CONDA @(
@SET _CE_M=
@SET "CONDA_EXE=%~dp0..\Scripts\conda.exe"
)
@IF [%1]==[activate] "%~dp0_conda_activate" %*
@IF [%1]==[deactivate] "%~dp0_conda_activate" %*
@SET CONDA_EXES="%CONDA_EXE%" %_CE_M% %_CE_CONDA%
@CALL %CONDA_EXES% %*
@IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
@IF [%1]==[install] "%~dp0_conda_activate" reactivate
@IF [%1]==[update] "%~dp0_conda_activate" reactivate
@IF [%1]==[upgrade] "%~dp0_conda_activate" reactivate
@IF [%1]==[remove] "%~dp0_conda_activate" reactivate
@IF [%1]==[uninstall] "%~dp0_conda_activate" reactivate
@EXIT /B %ERRORLEVEL% Which then ultimately calls For some reason, it seems that the |
@all-contributors please add @giumas for bug |
I've put up a pull request to add @giumas! 🎉 |
@giumas I just released a v1.2.3 and it should work again |
Yep, I can confirm it! https://github.com/hydroffice/hyo2_abc2/actions/runs/11425933602/job/31788220443 Many thanks! |
Describe the bug
On Windows using:
I get this error:
Expected behavior
No error
Desktop:
Additional context
A job with the issue: https://github.com/hydroffice/hyo2_abc2/actions/runs/11424333844/job/31784538534
The issue goes away by setting:
update-conda: false
-> https://github.com/hydroffice/hyo2_abc2/actions/runs/11424333842/job/31784538535The text was updated successfully, but these errors were encountered: