Skip to content

Instantly share code, notes, and snippets.

@zoq
Created May 12, 2019 23:24
Show Gist options
  • Save zoq/3cdb60986a6978a60a83a0241f29305f to your computer and use it in GitHub Desktop.
Save zoq/3cdb60986a6978a60a83a0241f29305f to your computer and use it in GitHub Desktop.
install.json
{
"header" : ["stable (3.1.0)", "nightly"],
"stable" : {
"mac" : [
{
"package" : "homebrew",
"language" : "python",
"cmd" : ["1", "2"]
},
{
"package" : "conda",
"language" : "python",
"cmd" : ["3", "4"]
},
{
"package" : "pip",
"language" : "python",
"cmd" : ["5", "6"]
},
{
"package" : "source",
"language" : "python",
"cmd" : ["7", "8"]
},
{
"package" : "macports",
"language" : "R",
"cmd" : ["9", "10"]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment