I have a few python projects that are dependent on each other. I have different release versions for each project and different projects might be dependent on different rele
If you want to add the channel on Windows, try:
conda config --append channels file:///C:\tmp\my-conda-channel
Make sure, you followed the instructions from the Paul's and Janus' answer.