I use Julia in a very restrictive corporate environment at work. For python packages, we must use Artifactory for both Conda and pip.
This means that for the conda command to work, I need a .condarc file which sets up the channels to be the internal ones, which act as proxies of sorts to the official anaconda and conda-forge servers.
I tried all three configuration scenarios in the PythonCall documentation, but it seems like CondaPkg was always reaching for the official conda-forge repository, so I wasn’t able to get anything going.
Is there a way to make CondaPkg respect my .condarc file or, alternatively, to configure custom channels to replace the defaults ones?