(CommandList
  children: [
    (C {(set)} {(-e)})
    (C {(export)} 
      {(Lit_VarLike 'PATH=') (DQ ($ VSub_Name '$MINICONDA') ('/bin:') ($ VSub_Name '$PATH'))}
    )
    (C {(conda)} {(update)} {(-y)} {(-q)} {(conda)})
    (C {(conda)} {(config)} {(--set)} {(auto_update_conda)} {(false)})
    (C {(conda)} {(info)} {(-a)})
    (C {(conda)} {(config)} {(--set)} {(show_channel_urls)} {(True)})
    (C {(conda)} {(config)} {(--set)} {(remote_connect_timeout_secs)} {(12)})
    (C {(conda)} {(config)} {(--add)} {(channels)} 
      {(https) (Lit_Other ':') (//repo.continuum.io/pkgs/free)}
    )
    (C {(conda)} {(config)} {(--add)} {(channels)} {(conda-forge)})
    (C {(conda)} {(info)} {(-a)})
    (C {(conda)} {(install)} {(-y)} {(nomkl)})
    (C {(conda)} {(install)} {(--y)} {(conda-build)} {(jinja2)} {(anaconda-client)} {(cmake)} {(curl)})
    (C {(conda)} {(create)} {(-y)} {(-q)} {(-p)} {($ VSub_Name '$CPP_TOOLCHAIN')} 
      {(Lit_VarLike 'python=') (3.6)} {(Lit_VarLike 'jemalloc=') (4.4.0)} {(nomkl)} {(boost-cpp)} {(rapidjson)} {(flatbuffers)} {(gflags)} 
      {(lz4-c)} {(snappy)} {(zstd)} {(brotli)} {(zlib)} {(git)} {(cmake)} {(curl)} {(thrift-cpp)} {(libhdfs3)} {(ninja)}
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(Lit_Other '[')} {($ VSub_Name '$BUILD_OS_NAME')} {(Lit_Other '=') (Lit_Other '=')} 
                  {(DQ (osx))} {(Lit_Other ']')}
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [
            (AndOr
              ops: [Op_DAmp]
              children: [
                (C {(brew)} {(update)})
                (C {(brew)} {(bundle)} {(--file) (Lit_Other '=') (python/Brewfile)})
              ]
            )
          ]
          spids: [16777215 283]
        )
      ]
      spids: [16777215 300]
    )
  ]
)