[
https://issues.apache.org/jira/browse/ARROW-16347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-16347:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {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)