gforsyth / xonda

DEPRECATED: (previously a thin wrapper around conda for xonsh)
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

conda alias does not allow stdout capturing #11

Closed scopatz closed 7 years ago

scopatz commented 7 years ago

This was noticed by @asmeurer and I when trying to run $(conda info -e). The workaround is to run $($(which -s conda) info -e). Effectively, we skip the alias.

gforsyth commented 7 years ago

Thanks for reporting, @scopatz ! Yeah, that's annoying. I guess using subprocess within the xontrib is swallowing the stdout? I'll play around with it.

gforsyth commented 7 years ago

Thanks for checking @asmeurer -- fix is merged and released.