I can't get windows to use python 3 as default.
I have both versions of python (2.7 & 3.6) installed on my windows 10 pc. I installed python 3 from python.org and ticked the add to PATH box. I've spent a week on and off looking for solutions to getting Bash and Atom to use python 3 as default, including:
- changing the environmental path order,
- reinstalling python3 (so far three times!),
- using
$ python3.6(or variations of this text I've found online) in git, - configuring atom-python-run to run python3 (this just flashes a python window, nothing further happens),
Bash out put:
$ python --version Python 2.7.17
I downloaded the ubuntu for windows app. This displays the following:
python3 --version Python 3.6.7.
I'm struggling to come up with other ideas that could work (even with the hours of Googling). If anyone could help I'd be grateful.
Thanks.