On Tue, Aug 18, 2020 at 08:58:28AM -0500, [email protected] wrote:
> On Tue, 2020-08-18 at 12:06 +0100, Aaron Sloman wrote:
> . . .
>
> > SECOND step (for a bash user):
> >
> > ????????source $usepop/pop/com/poplog.sh
> >
> > That will print out
> > ????????Poplog Version 16 (64 bit)
>
> I believe I am doing that. Here is a snippet of my .bashrc file:
>
> # Define $usepop and add Poplog paths to $PATH
> usepop=/home/bill/Poplog/poplog/V16/poplog_base
> source $usepop/pop/com/poplog.sh
Add:
export usepop
to the above.
Try in pop11
systranslate('$usepop') =>
If usepop is set correctly you will see value that you have
in your .bashrc
--
Waldek Hebisch