Try reading the documentation of Conda.jl
Using Miniforge
Miniforge is a community based conda installer by
conda-forge, a part of NumFOCUS.
Using miniforge and conda-forge in general avoids usingrepo.anaconda.com
maintained by Anaconda, Inc which has terms of conditions that you may want to avoid.
conda-forgepackages are hosted onanaconda.org, but Anaconda, Inc has been
providing hosting for free under the terms ofconda-forgewhich isBSD-3-Clause
on top of the original license of the software packages. To use miniforge, use
theCONDA_JL_USE_MINIFORGEenvironment variable.julia> ENV["CONDA_JL_USE_MINIFORGE"] = "1" pkg> build CondaAlso note that you have to use Miniforge for
aarch64-linux-gnuand
aarch64-apple-darwinplatforms as Miniconda is not available for those platforms yet.
This is actually the default in the master branch of Conda.jl, but it didn’t make it to a release yet