0

How to create Anaconda environment with a python specific version.

being more specific, python 3.6.8 (32 bit)

juanpa.arrivillaga
  • 88,713
  • 10
  • 131
  • 172
  • `conda create -n "myenv" python=3.6.8` will create environment exactly as per your need – Mohammed Shammeer Jul 22 '22 at 21:09
  • Yes, but the 64-bit version would be installed, in this case it is something very specific and the 32bit version would have to be selected, is there any way to include this information in the creation of the environment? – Erik Tavares Jul 24 '22 at 14:21

0 Answers0