I have an ArcGIS Desktop license which I use with ArcPy & Python for my workflows.
However, to my knowledge, I can only run ArcPy with Python 2.x, as only ArcGIS Pro is compatible with Python 3.x.
Also, ArcPy integration only works when ONE version of Python is downloaded on my system. Ideally, I could create a Python 2 environment (with ArcPy) then a Python 3 environment (with eg. TensorFlow) but ArcPy doesn't seem to work in this set up.
If this is correct, then is there any way for me to have both a Python 2 environment with ArcPy, then a separate Python 3 environment?