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

KKing kicking177 at gmail.com
Sat Jan 16 19:31:38 CET 2021


> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210116/dc4afb51/attachment.htm>


More information about the User mailing list