Hello,
Using modules through Git bash might request a specific tclsh version.
In fact, Git bash emulates an Unix environment which implies that the
default delimiter will : where it must be ; on Windows.
On my side, I solved the issue by recompiling tclsh with specific
modification and I am now able to use modules from MS Dos, Cygwin and
Git bash easily.
Regards,
Jacques
On 08/10/2020 09:19, Xav...@CE... wrote:
> Hello,
>
> So it seems that Windows Git Bash is running on MINGW.
>
> What you need to do is to install the requirements on this subsystem:
>
> tcl gcc autoconf make
>
> I do not know anything about Windows Git Bash, maybe someone on this
> mailing-list could help ? In any case, it seems some guidelines are
> available on google when searching for instance "git bash windows
> install gcc".
>
> Regards,
> Xavier
>
>
>
> On Thu, 2020-10-08 at 10:42 +0530, Mshruty srivastava wrote:
>>
>> --
>> Subject: Re: [Modules] enable Environment modules on Git bash in
>> windows
>> To: Environment Modules usage and discussion.
>> <mod...@li...>
>>
>>
>>
>> hello .. i am new to this Modules concept in Windows . When i tried
>> the steps as mentioned by you, i am getting the below error:
>> image.png
>>
>> image.png
>>
>> image.png
>>
>>
>>
>> Please note i am trying to do this in Windows git bash . Could you
>> please reiterate the steps in detail.
>>
>>
>> Regards,
>> Shruty Srivastava
>>
>> On Wed, 7 Oct 2020 at 20:00, Xav...@CE...
>> <Xav...@ce...> wrote:
>>
>> Hello,
>>
>> From what I found, Git bash runs through MSYS2. So you need to
>> install
>> the regular Modules dist ball and not the Windows-specific
>> dist:
>>
>> https://sourceforge.net/projects/modules/files/Modules/modules-4.6.0/modules-4.6.0.tar.gz/download
>>
>> Once downloaded and unpacked on your git bash environment,
>> ensure all
>> the required dependencies are installed:
>>
>> $ pacman -S tcl gcc autoconf
>>
>> Build Modules:
>>
>> $ ./configure && make && make install
>>
>> Regards,
>> Xavier
>>
>>
>> On Wed, 2020-10-07 at 19:44 +0530, Mshruty srivastava wrote:
>> > Hello .. i need to make environment
>> > modules http://modules.sourceforge.net/ available on git
>> bash in
>> > windows .
>> >
>> > it's working using a normal cmd prompt, but i need to make
>> it work
>> > using Git bash terminal also. Currently i am getting "module
>> command
>> > not found"in git bash terminal . Could you please help me
>> with the
>> > steps to make modules available on git bash also. An early
>> reply would
>> > be highly appreciated.
>> >
>> >
>> > _______________________________________________
>> > Modules-interest mailing list
>> > Mod...@li...
>> >
>> https://lists.sourceforge.net/lists/listinfo/modules-interest
>>
>>
>> _______________________________________________
>> Modules-interest mailing list
>> Mod...@li...
>> https://lists.sourceforge.net/lists/listinfo/modules-interest
>
> _______________________________________________
> Modules-interest mailing list
> Mod...@li...
> https://lists.sourceforge.net/lists/listinfo/modules-interest
|