Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "header" : ["stable (3.1.0)", "nightly"],
  3. "stable" : {
  4. "mac" : [
  5. {
  6. "package" : "homebrew",
  7. "language" : "python",
  8. "cmd" : ["1", "2"]
  9. },
  10. {
  11. "package" : "conda",
  12. "language" : "python",
  13. "cmd" : ["3", "4"]
  14. },
  15. {
  16. "package" : "pip",
  17. "language" : "python",
  18. "cmd" : ["5", "6"]
  19. },
  20. {
  21. "package" : "source",
  22. "language" : "python",
  23. "cmd" : ["7", "8"]
  24. },
  25. {
  26. "package" : "macports",
  27. "language" : "R",
  28. "cmd" : ["9", "10"]
  29. }
  30. ]
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement