One major issue with python3 is that a lot of the tutorials now assume python3. With the miniconda distribution only python is added to path while typing in python3 in a terminal open up the windows store and asks you to install python 3. This is really odd and should be changed to that Anaconda also adds an alias for python3. Similar concerns hold for pip3 etc.
One major issue with python3 is that a lot of the tutorials now assume
python3
. With the miniconda distribution onlypython
is added to path while typing inpython3
in a terminal open up the windows store and asks you to install python 3. This is really odd and should be changed to that Anaconda also adds an alias forpython3
. Similar concerns hold forpip3
etc.