I just issued the following commands successfully:
conda install python=3.7.2
conda update python
But when I give the following command:
python -V
I still get:
Python 2.7.10
I don't understand why? Is there a way to make this Conda environment use python3
by default? Because right now if I type python
it starts the Python 2 interpreter. I can run Python 3 by typing python3
but I'd rather have Python 3 as the default.