hafen / rminiconda

Install and maintain isolated miniconda Python installations from R
Apache License 2.0
65 stars 3 forks source link

how to install conda packages in the rminiconda environment #13

Open micdonato opened 4 years ago

micdonato commented 4 years ago

Hi, maybe I am missing something, but I need to install anndata in the rminiconda environment, and I am not sure how to do so.

The install script from a regular terminal conda environment would be:

conda install anndata == 0.6.19 -c bioconda

How can I do so from R?

fcorowe commented 2 years ago

Hi,

Thanks for the time put to develop the package. I think it is really helpful. Similar to @micdonato's question. How do you install Python packages? I am using an Mac running Monterrey and looking to install datashader. On the terminal I tried:

conda install datashader

It returned:

zsh: command not found: conda

suggesting conda is not installed. So the key question is:

How do you install packages within the rminiconda environment?

Disclaimer: I am not a Python user so I am not familiar with the command, install, etc.

Thanks!