[Gambas-user] multiple Gambas versions on the same machine

Bruce Steers bsteers4 at gmail.com
Sat Jan 16 19:57:38 CET 2021


Awesome 😊
Next K you can make a simple gambas app that stores the paths and quickly
switches between versions , and share it with us 😋

BruceS

On Sat, 16 Jan 2021, 18:32 KKing, <kicking177 at gmail.com> wrote:

> Let's suppose you have an installation of Gambas 3.4 in /opt/gambas/3.4.
> You have to run your program that way:
>
> $ GB_PATH=/opt/gambas/3.4/bin/gbx3 PATH=/opt/gambas/3.4/bin:$PATH
> ./myprogram.gambas
>
> And it -should- work.
>
> yes... I think that works ... will do some more testing tomorrow.
>
> From terminal if I invoke  gambas3  I get v3.12.2 as from the Debian 10
> repo
>
> if I then do
> $ export GB_PATH=/opt/gambas/9.13/bin/gbx3 PATH=/opt/gambas/9.13/bin:$PATH
> $ gambas3
>
> it invokes the v3.13.3 (which I built so long ago I can't remember what I
> did to make it be held in /opt/gambas/9.13 ....)
>
> thank you
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210116/d4b8cfac/attachment.htm>


More information about the User mailing list