RE: Precode for abstract interpreters

2021-10-20 Thread Daubignard Marion
ff Zhang [mailto:zjf...@gmail.com] Envoyé : mercredi 20 octobre 2021 09:08 À : users Objet : Re: Precode for abstract interpreters It works for me, but it is not recommended to set PATH which is used by interpreter process launcher. It may cause interpreter fail to launch.

Re: Precode for abstract interpreters

2021-10-20 Thread Jeff Zhang
> > *De :* Jeff Zhang > *Envoyé :* mardi 19 octobre 2021 09:33 > *À :* users > *Objet :* Re: Precode for abstract interpreters > > > > I don't think you need to use precode to set env. You can set env directly > in shell's interpreter setting. > > e.g.

RE: Precode for abstract interpreters

2021-10-19 Thread Daubignard Marion
Envoyé : mardi 19 octobre 2021 09:33 À : users Objet : Re: Precode for abstract interpreters I don't think you need to use precode to set env. You can set env directly in shell's interpreter setting. e.g. If you set ENV_1 as value_1, you can get this in shell interpreter via echo $ENV_1

Re: Precode for abstract interpreters

2021-10-19 Thread Jeff Zhang
ned, and then nothing persists of my > environment. > > > > Does anyone have an idea to solve this problem ? > > > > Thanks again, > > Marion > > > > *De :* Daubignard Marion > *Envoyé :* lundi 18 octobre 2021 21:00 > *À :* users@zeppelin.apache.o

Re: Precode for abstract interpreters

2021-10-19 Thread Daubignard Marion
elin.apache.org<mailto:users@zeppelin.apache.org> Objet : Precode for abstract interpreters Hi everyone, I am searching the best way to initialize a few settings before running the shell or terminal interpreters, and I realized that the precode feature is not implemented for them, since they d

Re: Precode for abstract interpreters

2021-10-18 Thread Jeff Zhang
an idea to solve this problem ? > > > > Thanks again, > > Marion > > > > *De :* Daubignard Marion > *Envoyé :* lundi 18 octobre 2021 21:00 > *À :* users@zeppelin.apache.org > *Objet :* RE: Precode for abstract interpreters > > > > My bad… AbstractInter

RE: Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
eppelin.apache.org<mailto:users@zeppelin.apache.org> Objet : Precode for abstract interpreters Hi everyone, I am searching the best way to initialize a few settings before running the shell or terminal interpreters, and I realized that the precode feature is not implemented for them, sin

RE: Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
My bad... AbstractInterpreter extends Interpreter... so I guess I should manage to make it work ; I can't for now. Anyone tried this already ? De : Daubignard Marion Envoyé : lundi 18 octobre 2021 20:47 À : users@zeppelin.apache.org Objet : Precode for abstract interpreters Hi everyone,

Precode for abstract interpreters

2021-10-18 Thread Daubignard Marion
Hi everyone, I am searching the best way to initialize a few settings before running the shell or terminal interpreters, and I realized that the precode feature is not implemented for them, since they do not extend the Interpreter class, but rather the AbstractInterpreter class. Hence, my questi