I have users that create both conda and pip packages- I have no control over this
I use artifactory to host private conda and pip repos, for example this is how a private pip repo works: https://www.jfrog.com/confluence/display/JFROG/PyPI+Repositories
Sometimes there is a private pip package a conda environment or package needs. How can I configure conda to get my private pip packages from my private repo?
I haven't found documentation on this. I would like for this to be transparent for users as much as possible- so they set up their config once and in their conda environment they can easily specify a private pip package and it just works