[Gambas-user] IDE Default language for new projects

Bruce Steers bsteers4 at gmail.com
Wed Jan 25 01:13:45 CET 2023


On Wed, 25 Jan 2023 at 00:11, Bruce Steers <bsteers4 at gmail.com> wrote:

>
>
> On Wed, 25 Jan 2023 at 00:00, BB <adamnt42 at gmail.com> wrote:
>
>>
>> On 25/1/23 9:19 am, Martin wrote:
>>
>> El 24/1/23 a las 23:15, Bruce Steers escribió:
>>
>> Have you tried using "With" to pass the env?
>> Shell "'/usr/bin/gambas3' '/home/user/test'" With "LANG=fr_FR.UTF-8"
>> And Exec With
>> Exec [ "/usr/bin/gambas3" , "/home/user/test"] With "LANG=fr_FR.UTF-8"
>>
>>
>> I hadn't tried it. then when you told me to try it but it didn't work, I
>> got this error (please see the attachment).
>>
>> Is the Gambas shell the same as the linux shell?
>>
>>
> Gambas shell uses sh by default that works differently to bash , to make
> it use bash you must issue the following statement..
>
> System.Shell=System.Find("bash)
>
> then any calls to Shell will use bash
>
> BruceS
>

Oops, a missing quotemark

System.Shell = System.Find("bash")

(i figured i should be precise)
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230125/084befb0/attachment-0001.htm>


More information about the User mailing list