I have two Anaconda environments:
The base environment is the default environme
Have you tired activating the environments with a stack config? This allows my applications to use two different environments at the same time with different Python versions on each.
conda activate base && conda activate --stack myEnv