Skip to content

Instantly share code, notes, and snippets.

@jabooth
Created August 29, 2014 18:48
Show Gist options
  • Select an option

  • Save jabooth/9b9a16b5df3f46e55621 to your computer and use it in GitHub Desktop.

Select an option

Save jabooth/9b9a16b5df3f46e55621 to your computer and use it in GitHub Desktop.
from conda_build.metadata import MetaData
from conda_build.build import bldpkg_path
import os
print(bldpkg_path(MetaData(os.getcwd())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment