Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0
Description
Conda environment is active despite that USE_CONDA is set to 0. CommandNotFoundError: No command 'conda deactive'. Did you mean 'conda deactivate'?
The next line is echo "Deactivate the environment using `conda deactive` before running the verification script." but this tries to evaluate "conda deactive" which of course fails. The typo should be fixed, but also the backticks should be escaped.
Attachments
Issue Links
- links to