Error: Unable to find conda binary. Is Anaconda installed? reticulate Rstudio [duplicate]
Asked Answered
C

2

8

I installed reticulate via Rstudio. Now i want to use conda_create() but I installed anaconda in another directory then the default. How can I change the directory in which Rstudio is searching for anaconda?

Error: Unable to find conda binary. Is Anaconda installed?
Cheboksary answered 17/9, 2018 at 16:49 Comment(0)
B
2

The directory should be in your path. But you can check where it is like this:

Sys.which("python")

If you have multiple python versions (or it is not in your path), then you can specify a different location with use_python for where the python binary is located and use_conda for the conda environment.

More info can be found in this reticulate vignette

Brainchild answered 18/9, 2018 at 15:40 Comment(0)
R
1

For Conda Environment you may follow the screenshot attached.

User can go to tools> global options> Python>Select the conda environment.

Click Here for the screenshot

Resor answered 25/4, 2023 at 11:59 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.