hafen / rminiconda

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

some names/concepts confusion about `get_miniconda_path` #11

Open xhdong-umd opened 4 years ago

xhdong-umd commented 4 years ago

After played some time, I realized the following (it's probably clear without saying for the author, but new users might have similar confusions like me):

In the end, my goal is to use rminiconda to create a new miniconda installation, and install packages through conda(which I have to use reticulate) (the example in rminiconda only mentioned use_python, which doesn't involves conda, and rminiconda itself only have a function to install pip (I will avoid pip and use conda as much as possible).