how to downgrade conda to 3.5.3 code example
Example: how to downgrade python to 3.7 4 anaconda
conda install python=3.5.0
# or maybe
conda install python=2.7.8
# or whatever you want....
conda install python=3.5.0
# or maybe
conda install python=2.7.8
# or whatever you want....