JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
172 stars 57 forks source link

Can I use pre-exist Anaconda? #180

Closed timsu92 closed 4 years ago

timsu92 commented 4 years ago

I'm sorry if this question sounds odd 😥

I noticed the doc says we can use pre-exist Conda environments. However, it also says /path/to/miniconda/envs/conda_jl Therefore, I'm wondering if I can use Anaconda.

Thanks for answering!

stevengj commented 4 years ago

CONDA_JL_HOME should be the path to your Conda environment, whether it's Conda or Miniconda. The /path/to... is just an example.

timsu92 commented 4 years ago

OK, thank you for your answering!