David Li created ARROW-16347:
--------------------------------

             Summary: [Packaging] verify-release-candidate fails oddly if a 
Conda environment is active
                 Key: ARROW-16347
                 URL: https://issues.apache.org/jira/browse/ARROW-16347
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Packaging
    Affects Versions: 8.0.0
            Reporter: David Li


{noformat}
Conda environment is active despite that USE_CONDA is set to 0.

CommandNotFoundError: No command 'conda deactive'.
Did you mean 'conda deactivate'?
{noformat}

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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to