Skip to main content
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
------------------------------
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
------------------------------
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
------------------------------