(command.CommandList
  children: [
    (C {<Id.KW_Set set>} {<-e>})
    (C {<export>} 
      {<Id.Lit_VarLike 'PATH='> 
        (DQ ($ Id.VSub_DollarName '$MINICONDA') <'/bin:'> ($ Id.VSub_DollarName '$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> <Id.Lit_Colon ':'> <'//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>} {($ Id.VSub_DollarName '$CPP_TOOLCHAIN')} 
      {<Id.Lit_VarLike 'python='> <3.6>} {<Id.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>}
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<Id.Lit_LBracket '['>} {($ Id.VSub_DollarName '$BUILD_OS_NAME')} 
                      {<Id.Lit_Equals '='> <Id.Lit_Equals '='>} {(DQ <osx>)} {<Id.Lit_RBracket ']'>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DAmp]
              children: [
                (C {<brew>} {<update>})
                (C {<brew>} {<bundle>} {<--file> <Id.Lit_Equals '='> <'python/Brewfile'>})
              ]
            )
          ]
          spids: [267 283]
        )
      ]
    )
  ]
)