Re: [Rdkit-discuss] activate my-rdkit-env from python script

2020-12-02 Thread Gustavo Seabra
this same env. > > -- > Gustavo Seabra > > > From: Jeff Saxon > Sent: Wednesday, December 2, 2020 6:48:47 AM > To: rdkit-discuss@lists.sourceforge.net > Subject: [Rdkit-discuss] activate my-rdkit-env from python script > > Dear All, > > Since I in

Re: [Rdkit-discuss] activate my-rdkit-env from python script

2020-12-02 Thread Jeff Saxon
_ > From: Jeff Saxon > Sent: Wednesday, December 2, 2020 6:48:47 AM > To: rdkit-discuss@lists.sourceforge.net > Subject: [Rdkit-discuss] activate my-rdkit-env from python script > > Dear All, > > Since I installed RDKIT using conda, I have to

Re: [Rdkit-discuss] activate my-rdkit-env from python script

2020-12-02 Thread Norwid Behrnd via Rdkit-discuss
In short: while mechanically possible, how is this better than running conda directly? As a two part MWE shared below, it is possible to redirect e.g., Debian's CPython interpreter into e.g., Miniconda's subfolder containing the other interpreter and launch a script (e.g., loop.py) residing in thi

Re: [Rdkit-discuss] activate my-rdkit-env from python script

2020-12-02 Thread Gustavo Seabra
Jeff Saxon Sent: Wednesday, December 2, 2020 6:48:47 AM To: rdkit-discuss@lists.sourceforge.net Subject: [Rdkit-discuss] activate my-rdkit-env from python script Dear All, Since I installed RDKIT using conda, I have to use the following command from my bash terminal to activate the RDKIT enviro

[Rdkit-discuss] activate my-rdkit-env from python script

2020-12-02 Thread Jeff Saxon
Dear All, Since I installed RDKIT using conda, I have to use the following command from my bash terminal to activate the RDKIT environment: conda activate my-rdkit-env How can I do the same but inside my python script? I have already tried to call subprocess, but it did not work # source environme