Open-source Languages & Tools for z/OS

 View Only
  • 1.  miniconda search for git

    Posted 08-04-2021 13:24
    I have miniconda installed, and trying to download the git client for z/OS.  But, when I search for it, I get a message:

    PackageNotFoundError: The following packages are not available from current channel: 


    - git

    Current channels:

    - https://repo.anaconda.com/pkgs/main/zos-z
    - https://repo.anaconda.com/pkgs/main/noarch
    - https://repo.anaconda.com/pkgs/free/zos-z
    - https://repo.anaconda.com/pkgs/free/noarch
    - https://repo.anaconda.com/pkgs/r/zos-z
    - https://repo.anaconda.com/pkgs/r/noarch
    - https://repo.anaconda.com/pkgs/pro/zos-z
    - https://repo.anaconda.com/pkgs/pro/noarch

    To search for alternate channels that may provide the conda package you're
    looking for, navigate to

    https://anaconda.org

    and use the search bar at the top of the page.

    Not sure what I am doing wrong.

    ------------------------------
    Jerry Edgington | Sr.Technical Analyst
    IT Technical Operations
    Enterprise Systems
    400 Broadway | Cincinnati, Ohio 45202
    513.629.1826 direct
    513.629.1787 fax
    WesternSouthern.com
    ------------------------------


  • 2.  RE: miniconda search for git

    ROCKETEER
    Posted 08-05-2021 04:28

    Hi Jerry Edgington

    You may have forgotten to specify the channel:
    conda search git -c zoss-appdev
    As another option can add the channel to your .condarc with the following command:
    conda config --add channels zoss-appdev
    and try 'conda search git '

    Thanks,
    Alexander



    ------------------------------
    Alexander Klochkov
    QA
    Rocket Internal - All Brands
    Chelyabinsk Russian Federation
    ------------------------------