How can I create a exclusively 32 bits conda environment? I tried:
set CONDA_FORCE_32BIT=1
conda create -n py310_32 python=3.10.5
But it didn't work.
Follwing commands will successfully get a 32-bit python. I suppose the main problem is the environment variable. You know windows is this. :(
conda create -n py27_32
conda activate py27_32
conda config --env --set subdir win-32
conda install python=2.7

useful links:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With