What I need
I require a 32bit conda environment, in addition to the current 64bit in my Anaconda distribution.
What I've tried
I've followed the step's within this answer. However set CONDA_FORCE_32BIT=1
did not work in my case, I've verified this by checking the bit version after build. Comments in the answer and other sources suggest that it may have been removed.
I've also tried installing 32bit version Miniconda but I am having an issue changing environments because they both come under the same name (base)
.
Any suggestions will be helpful!
Thanks