I have a 32 bit installation of the Anaconda Python distribution. I know how to create environments for different python versions. What I need is to have a 64 bit version of python.
Is it possible to create a conda env with the 64 bit version?
Or do I have to reinstall anaconda or install a different version of anaconda and then switch the values of the PATH when I need the different versions?
I looked and searched the documentation, and the conda create -h
help page did not find any mention of this.