Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created August 3, 2015 21:23
Show Gist options
  • Save tdhopper/56ea0075eb479ed67f79 to your computer and use it in GitHub Desktop.
Save tdhopper/56ea0075eb479ed67f79 to your computer and use it in GitHub Desktop.

If I want to call

conda build --output asdf

Is there a cleaner way than this:

sh.Command('conda').build.bake(output=True)("asdf")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment