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
_
> 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
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
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
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
5 matches
Mail list logo