Anaconda environment with specific version of python

How to create an anaconda environment with specific version of python?

being more specific, python 3.6.8 (32 bit).

1 Like

dear erik.engcomp

nice to meet you.

It depends on your environment, but the following URL may be helpful.

At that time, the 32-bit version of Anacoda was Python 2.7. Therefore, in order to use Python3,

create an environment with old version Python, conda

conda create -n venv-name python = 3.6 conda = 4.6
conda activate venv-name
conda deactivate venv-name

It is necessary to perform the operation. for your information…
Regards, you.
ktsh.tanaka.2020