Open-source Languages & Tools for z/OS

 View Only
  • 1.  miniconda git directory

    Posted 03-25-2021 05:54
    Edited by Tatiana Balaburkina 03-25-2021 05:53
    Good morning,
    I have install git using miniconda. This install process using miniconda is very easy, and I like how it sorts out the pre-reqs. Getting back to topic I am in the process of install zGIT, which is a ISPF, ZOWE and ZOSMF interface for Git. The problem I have is that as part of the customisation, I need to reference the directory where Rocket Software's
    Ported Tools was installed. I am not sure where this is as I can see references to Git in several bin directories. Any suggestions on where I should be looking?

    zGIT wants $GITBASE to be something like /usr/rocket/miniconda where I install both miniconda and git(through miniconda)

    Some of the directories match..... but not all





    Thanks
    Ben

    ------------------------------
    Benjamin Thompson
    z Client Architect
    IBM
    ------------------------------


  • 2.  RE: miniconda git directory

    ROCKETEER
    Posted 03-25-2021 09:32
    Edited by David Andrews 03-25-2021 10:13
    Hi Benjamin,

    The location of the git binary depends on the installation method you chose:
    1. if you installed git to the base environment it'll be miniconda/bin folder
    2. if you created new env with git your bin folder is miniconda/envs/your_new_env_with_git/bin

    Thanks,
    Alexander

    ------------------------------
    Alexander Klochkov
    Rocket Software
    ------------------------------